Html Css Color HEX #60668A Waikawa Grey

📋 copy color: '#60668A'

red 96 ◦ green 102 ◦ blue 138

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

Shades of Waikawa Grey #60668A

Tints of Waikawa Grey #60668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 28.57%
G = 30.36%
B = 41.07%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#60668A (or 0x60668A) is known color: Waikawa Grey. HEX triplet: 60, 66 and 8A. RGB value is (96,102,138). Sum of RGB (Red+Green+Blue) = 96+102+138=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #60668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60668A is #9F9975. Grayscale: #686868. Windows color (decimal): -10459510 or 9070176. OLE color: 9070176.

HSL color Cylindrical-coordinate representation of color #60668A: hue angle of 231.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60668A is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 102 138 -
CMYK 0.30 0.26 0 0.46
HSL 231.43º 0.18% 0.46% -
HSV(B) 231.43º 0.3% 0.54% -
XYZ 14.16 13.82 25.97 -
YUV 104.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 96 102 138 0.30 0.26 0 0.46 231.43 0.18 0.46
Hex 60 66 8A 1E 1A 0 2E E7 12 2E
Octal 140 146 212 36 32 0 56 347 22 56
Binary 1100000 1100110 10001010 11110 11010 0 101110 11100111 10010 101110

Color Harmonies of #60668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60668A

Black with #60668A

Text Example


Text Example

White with #60668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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