Html Css Color HEX #60689C Waikawa Grey

📋 copy color: '#60689C'

red 96 ◦ green 104 ◦ blue 156

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

Shades of Waikawa Grey #60689C

Tints of Waikawa Grey #60689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 26.97%
G = 29.21%
B = 43.82%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60689C (or 0x60689C) is known color: Waikawa Grey. HEX triplet: 60, 68 and 9C. RGB value is (96,104,156). Sum of RGB (Red+Green+Blue) = 96+104+156=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #60689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60689C is #9F9763. Grayscale: #6B6B6B. Windows color (decimal): -10458980 or 10250336. OLE color: 10250336.

HSL color Cylindrical-coordinate representation of color #60689C: hue angle of 232º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60689C is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 104 156 -
CMYK 0.38 0.33 0 0.39
HSL 232º 0.24% 0.49% -
HSV(B) 232º 0.38% 0.61% -
XYZ 15.77 14.79 33.48 -
YUV 107.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 96 104 156 0.38 0.33 0 0.39 232 0.24 0.49
Hex 60 68 9C 26 21 0 27 E8 18 31
Octal 140 150 234 46 41 0 47 350 30 61
Binary 1100000 1101000 10011100 100110 100001 0 100111 11101000 11000 110001

Color Harmonies of #60689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60689C

Black with #60689C

Text Example


Text Example

White with #60689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60689C; }

 p { color: rgb(96,104,156); }

 H1.HeaderClassName
 {
   color: #60689C;
 }
 .AnyTagClassName
 {
   color: #60689C;
 }
</style>

background-color css

<style>
 a { background-color: #60689C; }

 a { background-color: rgb(96,104,156); }

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

border-color css

<style>
 span { border-color: #60689C; }

 span { border-color: rgb(96,104,156); }

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