Html Css Color HEX #668FA0 Bermuda Grey

📋 copy color: '#668FA0'

red 102 ◦ green 143 ◦ blue 160

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

Shades of Bermuda Grey #668FA0

Tints of Bermuda Grey #668FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 25.19%
G = 35.31%
B = 39.51%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#668FA0 (or 0x668FA0) is known color: Bermuda Grey. HEX triplet: 66, 8F and A0. RGB value is (102,143,160). Sum of RGB (Red+Green+Blue) = 102+143+160=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 160 - color contains mainly: blue. Hex color #668FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA0 is #99705F. Grayscale: #848484. Windows color (decimal): -10055776 or 10522470. OLE color: 10522470.

HSL color Cylindrical-coordinate representation of color #668FA0: hue angle of 197.59º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #668FA0 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 143 160 -
CMYK 0.36 0.11 0 0.37
HSL 197.59º 0.23% 0.51% -
HSV(B) 197.59º 0.36% 0.63% -
XYZ 21.65 25.01 36.94 -
YUV 132.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 102 143 160 0.36 0.11 0 0.37 197.59 0.23 0.51
Hex 66 8F A0 24 B 0 25 C6 17 33
Octal 146 217 240 44 13 0 45 306 27 63
Binary 1100110 10001111 10100000 100100 1011 0 100101 11000110 10111 110011

Color Harmonies of #668FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FA0

Black with #668FA0

Text Example


Text Example

White with #668FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,143,160); }

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

background-color css

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

 a { background-color: rgb(102,143,160); }

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

border-color css

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

 span { border-color: rgb(102,143,160); }

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