Html Css Color HEX #60688C Waikawa Grey

📋 copy color: '#60688C'

red 96 ◦ green 104 ◦ blue 140

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

Shades of Waikawa Grey #60688C

Tints of Waikawa Grey #60688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 28.24%
G = 30.59%
B = 41.18%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60688C (or 0x60688C) is known color: Waikawa Grey. HEX triplet: 60, 68 and 8C. RGB value is (96,104,140). Sum of RGB (Red+Green+Blue) = 96+104+140=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #60688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60688C is #9F9773. Grayscale: #696969. Windows color (decimal): -10458996 or 9201760. OLE color: 9201760.

HSL color Cylindrical-coordinate representation of color #60688C: hue angle of 229.09º degrees, saturation: 0.19, 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 #60688C is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 104 140 -
CMYK 0.31 0.26 0 0.45
HSL 229.09º 0.19% 0.46% -
HSV(B) 229.09º 0.31% 0.55% -
XYZ 14.51 14.28 26.8 -
YUV 105.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 96 104 140 0.31 0.26 0 0.45 229.09 0.19 0.46
Hex 60 68 8C 1F 1A 0 2D E5 13 2E
Octal 140 150 214 37 32 0 55 345 23 56
Binary 1100000 1101000 10001100 11111 11010 0 101101 11100101 10011 101110

Color Harmonies of #60688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60688C

Black with #60688C

Text Example


Text Example

White with #60688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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