Html Css Color HEX #6A8CE4 Cornflower Blue

📋 copy color: '#6A8CE4'

red 106 ◦ green 140 ◦ blue 228

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

Shades of Cornflower Blue #6A8CE4

Tints of Cornflower Blue #6A8CE4

RGB

 RED value IS 106 (41.8% from 255) = 22.36%

 GREEN value IS 140 (55.08% from 255) = 29.54%

 BLUE value IS 228 (89.45% from 255) = 48.1%

R = 22.36%
G = 29.54%
B = 48.1%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6A8CE4 (or 0x6A8CE4) is known color: Cornflower Blue. HEX triplet: 6A, 8C and E4. RGB value is (106,140,228). Sum of RGB (Red+Green+Blue) = 106+140+228=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #6A8CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8CE4 is #95731B. Grayscale: #8B8B8B. Windows color (decimal): -9794332 or 14978154. OLE color: 14978154.

HSL color Cylindrical-coordinate representation of color #6A8CE4: hue angle of 223.28º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A8CE4 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 106 140 228 -
CMYK 0.54 0.39 0 0.11
HSL 223.28º 0.69% 0.65% -
HSV(B) 223.28º 0.54% 0.89% -
XYZ 29.33 27.42 77.15 -
YUV 139.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 106 140 228 0.54 0.39 0 0.11 223.28 0.69 0.65
Hex 6A 8C E4 36 27 0 B DF 45 41
Octal 152 214 344 66 47 0 13 337 105 101
Binary 1101010 10001100 11100100 110110 100111 0 1011 11011111 1000101 1000001

Color Harmonies of #6A8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8CE4

Black with #6A8CE4

Text Example


Text Example

White with #6A8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8CE4; }

 p { color: rgb(106,140,228); }

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

background-color css

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

 a { background-color: rgb(106,140,228); }

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

border-color css

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

 span { border-color: rgb(106,140,228); }

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