Html Css Color HEX #424069 Corn Flower Blue

📋 copy color: '#424069'

red 66 ◦ green 64 ◦ blue 105

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

Shades of Corn Flower Blue #424069

Tints of Corn Flower Blue #424069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 28.09%
G = 27.23%
B = 44.68%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#424069 (or 0x424069) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 69. RGB value is (66,64,105). Sum of RGB (Red+Green+Blue) = 66+64+105=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #424069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424069 is #BDBF96. Grayscale: #454545. Windows color (decimal): -12435351 or 6897730. OLE color: 6897730.

HSL color Cylindrical-coordinate representation of color #424069: hue angle of 242.93º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424069 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 64 105 -
CMYK 0.37 0.39 0 0.59
HSL 242.93º 0.24% 0.33% -
HSV(B) 242.93º 0.39% 0.41% -
XYZ 6.63 5.84 14.14 -
YUV 69.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 66 64 105 0.37 0.39 0 0.59 242.93 0.24 0.33
Hex 42 40 69 25 27 0 3B F3 18 21
Octal 102 100 151 45 47 0 73 363 30 41
Binary 1000010 1000000 1101001 100101 100111 0 111011 11110011 11000 100001

Color Harmonies of #424069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424069

Black with #424069

Text Example


Text Example

White with #424069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424069; }

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

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

background-color css

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

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

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

border-color css

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

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

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