Html Css Color HEX #668A9D Bermuda Grey

📋 copy color: '#668A9D'

red 102 ◦ green 138 ◦ blue 157

#668A9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #668A9D

Tints of Bermuda Grey #668A9D

RGB

 RED value IS 102 (40.23% from 255) = 25.69%

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 25.69%
G = 34.76%
B = 39.55%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#668A9D (or 0x668A9D) is known color: Bermuda Grey. HEX triplet: 66, 8A and 9D. RGB value is (102,138,157). Sum of RGB (Red+Green+Blue) = 102+138+157=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #668A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A9D is #997562. Grayscale: #818181. Windows color (decimal): -10057059 or 10324582. OLE color: 10324582.

HSL color Cylindrical-coordinate representation of color #668A9D: hue angle of 200.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668A9D is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 138 157 -
CMYK 0.35 0.12 0 0.38
HSL 200.73º 0.22% 0.51% -
HSV(B) 200.73º 0.35% 0.62% -
XYZ 20.65 23.44 35.33 -
YUV 129.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 102 138 157 0.35 0.12 0 0.38 200.73 0.22 0.51
Hex 66 8A 9D 23 C 0 26 C9 16 33
Octal 146 212 235 43 14 0 46 311 26 63
Binary 1100110 10001010 10011101 100011 1100 0 100110 11001001 10110 110011

Color Harmonies of #668A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A9D

Black with #668A9D

Text Example


Text Example

White with #668A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668A9D; }

 p { color: rgb(102,138,157); }

 H1.HeaderClassName
 {
   color: #668A9D;
 }
 .AnyTagClassName
 {
   color: #668A9D;
 }
</style>

background-color css

<style>
 a { background-color: #668A9D; }

 a { background-color: rgb(102,138,157); }

 div.DivClassName
 {
   background-color: #668A9D;
 }
 .BgClassName
 {
   background-color: #668A9D;
 }
</style>

border-color css

<style>
 span { border-color: #668A9D; }

 span { border-color: rgb(102,138,157); }

 td.TdClassName
 {
   border-color: #668A9D;
 }
 .TagClassName
 {
   border-color: #668A9D;
 }
</style>