Html Css Color HEX #424061 Corn Flower Blue

📋 copy color: '#424061'

red 66 ◦ green 64 ◦ blue 97

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

Shades of Corn Flower Blue #424061

Tints of Corn Flower Blue #424061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 29.07%
G = 28.19%
B = 42.73%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424061 (or 0x424061) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 61. RGB value is (66,64,97). Sum of RGB (Red+Green+Blue) = 66+64+97=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #424061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424061 is #BDBF9E. Grayscale: #444444. Windows color (decimal): -12435359 or 6373442. OLE color: 6373442.

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

Color convert

RGB 66 64 97 -
CMYK 0.32 0.34 0 0.62
HSL 243.64º 0.2% 0.32% -
HSV(B) 243.64º 0.34% 0.38% -
XYZ 6.24 5.69 12.08 -
YUV 68.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 66 64 97 0.32 0.34 0 0.62 243.64 0.2 0.32
Hex 42 40 61 20 22 0 3E F4 14 20
Octal 102 100 141 40 42 0 76 364 24 40
Binary 1000010 1000000 1100001 100000 100010 0 111110 11110100 10100 100000

Color Harmonies of #424061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424061

Black with #424061

Text Example


Text Example

White with #424061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424061; }

 p { color: rgb(66,64,97); }

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

background-color css

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

 a { background-color: rgb(66,64,97); }

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

border-color css

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

 span { border-color: rgb(66,64,97); }

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