Html Css Color HEX #60678C Waikawa Grey

📋 copy color: '#60678C'

red 96 ◦ green 103 ◦ blue 140

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

Shades of Waikawa Grey #60678C

Tints of Waikawa Grey #60678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

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

R = 28.32%
G = 30.38%
B = 41.3%

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

#60678C (or 0x60678C) is known color: Waikawa Grey. HEX triplet: 60, 67 and 8C. RGB value is (96,103,140). Sum of RGB (Red+Green+Blue) = 96+103+140=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #60678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60678C is #9F9873. Grayscale: #686868. Windows color (decimal): -10459252 or 9201504. OLE color: 9201504.

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

Color convert

RGB 96 103 140 -
CMYK 0.31 0.26 0 0.45
HSL 230.45º 0.19% 0.46% -
HSV(B) 230.45º 0.31% 0.55% -
XYZ 14.41 14.08 26.77 -
YUV 105.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 96 103 140 0.31 0.26 0 0.45 230.45 0.19 0.46
Hex 60 67 8C 1F 1A 0 2D E6 13 2E
Octal 140 147 214 37 32 0 55 346 23 56
Binary 1100000 1100111 10001100 11111 11010 0 101101 11100110 10011 101110

Color Harmonies of #60678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60678C

Black with #60678C

Text Example


Text Example

White with #60678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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