Html Css Color HEX #6078A2 Waikawa Grey

📋 copy color: '#6078A2'

red 96 ◦ green 120 ◦ blue 162

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

Shades of Waikawa Grey #6078A2

Tints of Waikawa Grey #6078A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

 BLUE value IS 162 (63.67% from 255) = 42.86%

R = 25.4%
G = 31.75%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6078A2 (or 0x6078A2) is known color: Waikawa Grey. HEX triplet: 60, 78 and A2. RGB value is (96,120,162). Sum of RGB (Red+Green+Blue) = 96+120+162=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #6078A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6078A2 is #9F875D. Grayscale: #757575. Windows color (decimal): -10454878 or 10647648. OLE color: 10647648.

HSL color Cylindrical-coordinate representation of color #6078A2: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6078A2 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 120 162 -
CMYK 0.41 0.26 0 0.36
HSL 218.18º 0.26% 0.51% -
HSV(B) 218.18º 0.41% 0.64% -
XYZ 18.06 18.53 36.81 -
YUV 117.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 96 120 162 0.41 0.26 0 0.36 218.18 0.26 0.51
Hex 60 78 A2 29 1A 0 24 DA 1A 33
Octal 140 170 242 51 32 0 44 332 32 63
Binary 1100000 1111000 10100010 101001 11010 0 100100 11011010 11010 110011

Color Harmonies of #6078A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6078A2

Black with #6078A2

Text Example


Text Example

White with #6078A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6078A2; }

 p { color: rgb(96,120,162); }

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

background-color css

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

 a { background-color: rgb(96,120,162); }

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

border-color css

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

 span { border-color: rgb(96,120,162); }

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