Html Css Color HEX #606B85 Waikawa Grey

📋 copy color: '#606B85'

red 96 ◦ green 107 ◦ blue 133

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

Shades of Waikawa Grey #606B85

Tints of Waikawa Grey #606B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 28.57%
G = 31.85%
B = 39.58%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606B85 (or 0x606B85) is known color: Waikawa Grey. HEX triplet: 60, 6B and 85. RGB value is (96,107,133). Sum of RGB (Red+Green+Blue) = 96+107+133=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #606B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B85 is #9F947A. Grayscale: #6A6A6A. Windows color (decimal): -10458235 or 8743776. OLE color: 8743776.

HSL color Cylindrical-coordinate representation of color #606B85: hue angle of 222.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #606B85 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 107 133 -
CMYK 0.28 0.20 0 0.48
HSL 222.16º 0.16% 0.45% -
HSV(B) 222.16º 0.28% 0.52% -
XYZ 14.32 14.7 24.27 -
YUV 106.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 96 107 133 0.28 0.20 0 0.48 222.16 0.16 0.45
Hex 60 6B 85 1C 14 0 30 DE 10 2D
Octal 140 153 205 34 24 0 60 336 20 55
Binary 1100000 1101011 10000101 11100 10100 0 110000 11011110 10000 101101

Color Harmonies of #606B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B85

Black with #606B85

Text Example


Text Example

White with #606B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606B85; }

 p { color: rgb(96,107,133); }

 H1.HeaderClassName
 {
   color: #606B85;
 }
 .AnyTagClassName
 {
   color: #606B85;
 }
</style>

background-color css

<style>
 a { background-color: #606B85; }

 a { background-color: rgb(96,107,133); }

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

border-color css

<style>
 span { border-color: #606B85; }

 span { border-color: rgb(96,107,133); }

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