Html Css Color HEX #6E82FE Cornflower Blue

📋 copy color: '#6E82FE'

red 110 ◦ green 130 ◦ blue 254

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

Shades of Cornflower Blue #6E82FE

Tints of Cornflower Blue #6E82FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 22.27%
G = 26.32%
B = 51.42%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E82FE (or 0x6E82FE) is known color: Cornflower Blue. HEX triplet: 6E, 82 and FE. RGB value is (110,130,254). Sum of RGB (Red+Green+Blue) = 110+130+254=494 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.27% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E82FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E82FE is #917D01. Grayscale: #898989. Windows color (decimal): -9534722 or 16679534. OLE color: 16679534.

HSL color Cylindrical-coordinate representation of color #6E82FE: hue angle of 231.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E82FE is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 130 254 -
CMYK 0.57 0.49 0 0.00
HSL 231.67º 0.99% 0.71% -
HSV(B) 231.67º 0.57% 1% -
XYZ 32.3 26.44 97.17 -
YUV 138.16 193.37 107.92 -
System Red Green Blue C M Y K H S L
Decimal 110 130 254 0.57 0.49 0 0.00 231.67 0.99 0.71
Hex 6E 82 FE 39 31 0 0 E8 63 47
Octal 156 202 376 71 61 0 0 350 143 107
Binary 1101110 10000010 11111110 111001 110001 0 0 11101000 1100011 1000111

Color Harmonies of #6E82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E82FE

Black with #6E82FE

Text Example


Text Example

White with #6E82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,130,254); }

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

background-color css

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

 a { background-color: rgb(110,130,254); }

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

border-color css

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

 span { border-color: rgb(110,130,254); }

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