Html Css Color HEX #606B8B Waikawa Grey

📋 copy color: '#606B8B'

red 96 ◦ green 107 ◦ blue 139

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

Shades of Waikawa Grey #606B8B

Tints of Waikawa Grey #606B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 28.07%
G = 31.29%
B = 40.64%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#606B8B (or 0x606B8B) is known color: Waikawa Grey. HEX triplet: 60, 6B and 8B. RGB value is (96,107,139). Sum of RGB (Red+Green+Blue) = 96+107+139=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #606B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B8B is #9F9474. Grayscale: #6B6B6B. Windows color (decimal): -10458229 or 9136992. OLE color: 9136992.

HSL color Cylindrical-coordinate representation of color #606B8B: hue angle of 224.65º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #606B8B is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 107 139 -
CMYK 0.31 0.23 0 0.45
HSL 224.65º 0.18% 0.46% -
HSV(B) 224.65º 0.31% 0.55% -
XYZ 14.74 14.87 26.52 -
YUV 107.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 96 107 139 0.31 0.23 0 0.45 224.65 0.18 0.46
Hex 60 6B 8B 1F 17 0 2D E1 12 2E
Octal 140 153 213 37 27 0 55 341 22 56
Binary 1100000 1101011 10001011 11111 10111 0 101101 11100001 10010 101110

Color Harmonies of #606B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B8B

Black with #606B8B

Text Example


Text Example

White with #606B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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