Html Css Color HEX #606B9F Waikawa Grey

📋 copy color: '#606B9F'

red 96 ◦ green 107 ◦ blue 159

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

Shades of Waikawa Grey #606B9F

Tints of Waikawa Grey #606B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 26.52%
G = 29.56%
B = 43.92%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#606B9F (or 0x606B9F) is known color: Waikawa Grey. HEX triplet: 60, 6B and 9F. RGB value is (96,107,159). Sum of RGB (Red+Green+Blue) = 96+107+159=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #606B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B9F is #9F9460. Grayscale: #6D6D6D. Windows color (decimal): -10458209 or 10447712. OLE color: 10447712.

HSL color Cylindrical-coordinate representation of color #606B9F: hue angle of 229.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606B9F is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 107 159 -
CMYK 0.40 0.33 0 0.38
HSL 229.52º 0.25% 0.5% -
HSV(B) 229.52º 0.4% 0.62% -
XYZ 16.34 15.51 34.93 -
YUV 109.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 96 107 159 0.40 0.33 0 0.38 229.52 0.25 0.5
Hex 60 6B 9F 28 21 0 26 E6 19 32
Octal 140 153 237 50 41 0 46 346 31 62
Binary 1100000 1101011 10011111 101000 100001 0 100110 11100110 11001 110010

Color Harmonies of #606B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B9F

Black with #606B9F

Text Example


Text Example

White with #606B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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