Html Css Color HEX #6E8BFA Cornflower Blue

📋 copy color: '#6E8BFA'

red 110 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #6E8BFA

Tints of Cornflower Blue #6E8BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.86%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 22.04%
G = 27.86%
B = 50.1%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E8BFA (or 0x6E8BFA) is known color: Cornflower Blue. HEX triplet: 6E, 8B and FA. RGB value is (110,139,250). Sum of RGB (Red+Green+Blue) = 110+139+250=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8BFA is #917405. Grayscale: #8E8E8E. Windows color (decimal): -9532422 or 16419694. OLE color: 16419694.

HSL color Cylindrical-coordinate representation of color #6E8BFA: hue angle of 227.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E8BFA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 139 250 -
CMYK 0.56 0.44 0 0.02
HSL 227.57º 0.93% 0.71% -
HSV(B) 227.57º 0.56% 0.98% -
XYZ 32.92 28.68 94.24 -
YUV 142.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 110 139 250 0.56 0.44 0 0.02 227.57 0.93 0.71
Hex 6E 8B FA 38 2C 0 2 E4 5D 47
Octal 156 213 372 70 54 0 2 344 135 107
Binary 1101110 10001011 11111010 111000 101100 0 10 11100100 1011101 1000111

Color Harmonies of #6E8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8BFA

Black with #6E8BFA

Text Example


Text Example

White with #6E8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,139,250); }

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

background-color css

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

 a { background-color: rgb(110,139,250); }

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

border-color css

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

 span { border-color: rgb(110,139,250); }

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