Html Css Color HEX #668CA3 Bermuda Grey

📋 copy color: '#668CA3'

red 102 ◦ green 140 ◦ blue 163

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

Shades of Bermuda Grey #668CA3

Tints of Bermuda Grey #668CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 163 (64.06% from 255) = 40.25%

R = 25.19%
G = 34.57%
B = 40.25%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#668CA3 (or 0x668CA3) is known color: Bermuda Grey. HEX triplet: 66, 8C and A3. RGB value is (102,140,163). Sum of RGB (Red+Green+Blue) = 102+140+163=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 163 - color contains mainly: blue. Hex color #668CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CA3 is #99735C. Grayscale: #838383. Windows color (decimal): -10056541 or 10718310. OLE color: 10718310.

HSL color Cylindrical-coordinate representation of color #668CA3: hue angle of 202.62º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #668CA3 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 140 163 -
CMYK 0.37 0.14 0 0.36
HSL 202.62º 0.25% 0.52% -
HSV(B) 202.62º 0.37% 0.64% -
XYZ 21.47 24.23 38.19 -
YUV 131.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 102 140 163 0.37 0.14 0 0.36 202.62 0.25 0.52
Hex 66 8C A3 25 E 0 24 CB 19 34
Octal 146 214 243 45 16 0 44 313 31 64
Binary 1100110 10001100 10100011 100101 1110 0 100100 11001011 11001 110100

Color Harmonies of #668CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668CA3

Black with #668CA3

Text Example


Text Example

White with #668CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,140,163); }

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

background-color css

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

 a { background-color: rgb(102,140,163); }

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

border-color css

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

 span { border-color: rgb(102,140,163); }

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