Html Css Color HEX #60668E Waikawa Grey

📋 copy color: '#60668E'

red 96 ◦ green 102 ◦ blue 142

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

Shades of Waikawa Grey #60668E

Tints of Waikawa Grey #60668E

RGB

 RED value IS 96 (37.89% from 255) = 28.24%

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 142 (55.86% from 255) = 41.76%

R = 28.24%
G = 30%
B = 41.76%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60668E (or 0x60668E) is known color: Waikawa Grey. HEX triplet: 60, 66 and 8E. RGB value is (96,102,142). Sum of RGB (Red+Green+Blue) = 96+102+142=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #60668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60668E is #9F9971. Grayscale: #686868. Windows color (decimal): -10459506 or 9332320. OLE color: 9332320.

HSL color Cylindrical-coordinate representation of color #60668E: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60668E is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 102 142 -
CMYK 0.32 0.28 0 0.44
HSL 232.17º 0.19% 0.47% -
HSV(B) 232.17º 0.32% 0.56% -
XYZ 14.46 13.94 27.52 -
YUV 104.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 96 102 142 0.32 0.28 0 0.44 232.17 0.19 0.47
Hex 60 66 8E 20 1C 0 2C E8 13 2F
Octal 140 146 216 40 34 0 54 350 23 57
Binary 1100000 1100110 10001110 100000 11100 0 101100 11101000 10011 101111

Color Harmonies of #60668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60668E

Black with #60668E

Text Example


Text Example

White with #60668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60668E; }

 p { color: rgb(96,102,142); }

 H1.HeaderClassName
 {
   color: #60668E;
 }
 .AnyTagClassName
 {
   color: #60668E;
 }
</style>

background-color css

<style>
 a { background-color: #60668E; }

 a { background-color: rgb(96,102,142); }

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

border-color css

<style>
 span { border-color: #60668E; }

 span { border-color: rgb(96,102,142); }

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