Html Css Color HEX #64678E Waikawa Grey

📋 copy color: '#64678E'

red 100 ◦ green 103 ◦ blue 142

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

Shades of Waikawa Grey #64678E

Tints of Waikawa Grey #64678E

RGB

 RED value IS 100 (39.45% from 255) = 28.99%

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 28.99%
G = 29.86%
B = 41.16%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64678E (or 0x64678E) is known color: Waikawa Grey. HEX triplet: 64, 67 and 8E. RGB value is (100,103,142). Sum of RGB (Red+Green+Blue) = 100+103+142=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #64678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64678E is #9B9871. Grayscale: #6A6A6A. Windows color (decimal): -10197106 or 9332580. OLE color: 9332580.

HSL color Cylindrical-coordinate representation of color #64678E: hue angle of 235.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64678E is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 103 142 -
CMYK 0.30 0.27 0 0.44
HSL 235.71º 0.17% 0.47% -
HSV(B) 235.71º 0.3% 0.56% -
XYZ 14.99 14.36 27.57 -
YUV 106.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 100 103 142 0.30 0.27 0 0.44 235.71 0.17 0.47
Hex 64 67 8E 1E 1B 0 2C EC 11 2F
Octal 144 147 216 36 33 0 54 354 21 57
Binary 1100100 1100111 10001110 11110 11011 0 101100 11101100 10001 101111

Color Harmonies of #64678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64678E

Black with #64678E

Text Example


Text Example

White with #64678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64678E; }

 p { color: rgb(100,103,142); }

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

background-color css

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

 a { background-color: rgb(100,103,142); }

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

border-color css

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

 span { border-color: rgb(100,103,142); }

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