Html Css Color HEX #424068 Corn Flower Blue

📋 copy color: '#424068'

red 66 ◦ green 64 ◦ blue 104

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

Shades of Corn Flower Blue #424068

Tints of Corn Flower Blue #424068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 28.21%
G = 27.35%
B = 44.44%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#424068 (or 0x424068) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 68. RGB value is (66,64,104). Sum of RGB (Red+Green+Blue) = 66+64+104=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #424068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424068 is #BDBF97. Grayscale: #454545. Windows color (decimal): -12435352 or 6832194. OLE color: 6832194.

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

Color convert

RGB 66 64 104 -
CMYK 0.37 0.38 0 0.59
HSL 243º 0.24% 0.33% -
HSV(B) 243º 0.38% 0.41% -
XYZ 6.58 5.82 13.87 -
YUV 69.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 66 64 104 0.37 0.38 0 0.59 243 0.24 0.33
Hex 42 40 68 25 26 0 3B F3 18 21
Octal 102 100 150 45 46 0 73 363 30 41
Binary 1000010 1000000 1101000 100101 100110 0 111011 11110011 11000 100001

Color Harmonies of #424068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424068

Black with #424068

Text Example


Text Example

White with #424068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424068; }

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

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

background-color css

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

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

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

border-color css

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

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

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