Html Css Color HEX #607294 Waikawa Grey

📋 copy color: '#607294'

red 96 ◦ green 114 ◦ blue 148

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

Shades of Waikawa Grey #607294

Tints of Waikawa Grey #607294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 26.82%
G = 31.84%
B = 41.34%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#607294 (or 0x607294) is known color: Waikawa Grey. HEX triplet: 60, 72 and 94. RGB value is (96,114,148). Sum of RGB (Red+Green+Blue) = 96+114+148=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #607294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607294 is #9F8D6B. Grayscale: #707070. Windows color (decimal): -10456428 or 9728608. OLE color: 9728608.

HSL color Cylindrical-coordinate representation of color #607294: hue angle of 219.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607294 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 114 148 -
CMYK 0.35 0.23 0 0.42
HSL 219.23º 0.21% 0.48% -
HSV(B) 219.23º 0.35% 0.58% -
XYZ 16.19 16.66 30.38 -
YUV 112.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 96 114 148 0.35 0.23 0 0.42 219.23 0.21 0.48
Hex 60 72 94 23 17 0 2A DB 15 30
Octal 140 162 224 43 27 0 52 333 25 60
Binary 1100000 1110010 10010100 100011 10111 0 101010 11011011 10101 110000

Color Harmonies of #607294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607294

Black with #607294

Text Example


Text Example

White with #607294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607294; }

 p { color: rgb(96,114,148); }

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

background-color css

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

 a { background-color: rgb(96,114,148); }

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

border-color css

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

 span { border-color: rgb(96,114,148); }

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