Html Css Color HEX #60769C Waikawa Grey

📋 copy color: '#60769C'

red 96 ◦ green 118 ◦ blue 156

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

Shades of Waikawa Grey #60769C

Tints of Waikawa Grey #60769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

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

R = 25.95%
G = 31.89%
B = 42.16%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60769C (or 0x60769C) is known color: Waikawa Grey. HEX triplet: 60, 76 and 9C. RGB value is (96,118,156). Sum of RGB (Red+Green+Blue) = 96+118+156=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #60769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60769C is #9F8963. Grayscale: #737373. Windows color (decimal): -10455396 or 10253920. OLE color: 10253920.

HSL color Cylindrical-coordinate representation of color #60769C: hue angle of 218º 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 #60769C is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 118 156 -
CMYK 0.38 0.24 0 0.39
HSL 218º 0.24% 0.49% -
HSV(B) 218º 0.38% 0.61% -
XYZ 17.3 17.84 33.98 -
YUV 115.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 96 118 156 0.38 0.24 0 0.39 218 0.24 0.49
Hex 60 76 9C 26 18 0 27 DA 18 31
Octal 140 166 234 46 30 0 47 332 30 61
Binary 1100000 1110110 10011100 100110 11000 0 100111 11011010 11000 110001

Color Harmonies of #60769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60769C

Black with #60769C

Text Example


Text Example

White with #60769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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