Html Css Color HEX #6E8CF5 Cornflower Blue

📋 copy color: '#6E8CF5'

red 110 ◦ green 140 ◦ blue 245

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

Shades of Cornflower Blue #6E8CF5

Tints of Cornflower Blue #6E8CF5

RGB

 RED value IS 110 (43.36% from 255) = 22.22%

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

 BLUE value IS 245 (96.09% from 255) = 49.49%

R = 22.22%
G = 28.28%
B = 49.49%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6E8CF5 (or 0x6E8CF5) is known color: Cornflower Blue. HEX triplet: 6E, 8C and F5. RGB value is (110,140,245). Sum of RGB (Red+Green+Blue) = 110+140+245=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #6E8CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8CF5 is #91730A. Grayscale: #8E8E8E. Windows color (decimal): -9532171 or 16092270. OLE color: 16092270.

HSL color Cylindrical-coordinate representation of color #6E8CF5: hue angle of 226.67º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E8CF5 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 110 140 245 -
CMYK 0.55 0.43 0 0.04
HSL 226.67º 0.87% 0.7% -
HSV(B) 226.67º 0.55% 0.96% -
XYZ 32.29 28.66 90.22 -
YUV 143 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 110 140 245 0.55 0.43 0 0.04 226.67 0.87 0.7
Hex 6E 8C F5 37 2B 0 4 E3 57 46
Octal 156 214 365 67 53 0 4 343 127 106
Binary 1101110 10001100 11110101 110111 101011 0 100 11100011 1010111 1000110

Color Harmonies of #6E8CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8CF5

Black with #6E8CF5

Text Example


Text Example

White with #6E8CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,140,245); }

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

background-color css

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

 a { background-color: rgb(110,140,245); }

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

border-color css

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

 span { border-color: rgb(110,140,245); }

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