Html Css Color HEX #425064 Cello

📋 copy color: '#425064'

red 66 ◦ green 80 ◦ blue 100

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

Shades of Cello #425064

Tints of Cello #425064

RGB

 RED value IS 66 (26.17% from 255) = 26.83%

 GREEN value IS 80 (31.64% from 255) = 32.52%

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 26.83%
G = 32.52%
B = 40.65%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#425064 (or 0x425064) is known color: Cello. HEX triplet: 42, 50 and 64. RGB value is (66,80,100). Sum of RGB (Red+Green+Blue) = 66+80+100=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #425064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425064 is #BDAF9B. Grayscale: #4E4E4E. Windows color (decimal): -12431260 or 6574146. OLE color: 6574146.

HSL color Cylindrical-coordinate representation of color #425064: hue angle of 215.29º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425064 is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 80 100 -
CMYK 0.34 0.2 0 0.61
HSL 215.29º 0.2% 0.33% -
HSV(B) 215.29º 0.34% 0.39% -
XYZ 7.42 7.82 13.17 -
YUV 78.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 66 80 100 0.34 0.2 0 0.61 215.29 0.2 0.33
Hex 42 50 64 22 14 0 3D D7 14 21
Octal 102 120 144 42 24 0 75 327 24 41
Binary 1000010 1010000 1100100 100010 10100 0 111101 11010111 10100 100001

Color Harmonies of #425064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425064

Black with #425064

Text Example


Text Example

White with #425064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425064; }

 p { color: rgb(66,80,100); }

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

background-color css

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

 a { background-color: rgb(66,80,100); }

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

border-color css

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

 span { border-color: rgb(66,80,100); }

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