Html Css Color HEX #6E7FF8 Cornflower Blue

📋 copy color: '#6E7FF8'

red 110 ◦ green 127 ◦ blue 248

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

Shades of Cornflower Blue #6E7FF8

Tints of Cornflower Blue #6E7FF8

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 248 (97.27% from 255) = 51.13%

R = 22.68%
G = 26.19%
B = 51.13%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6E7FF8 (or 0x6E7FF8) is known color: Cornflower Blue. HEX triplet: 6E, 7F and F8. RGB value is (110,127,248). Sum of RGB (Red+Green+Blue) = 110+127+248=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #6E7FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FF8 is #918007. Grayscale: #878787. Windows color (decimal): -9535496 or 16285550. OLE color: 16285550.

HSL color Cylindrical-coordinate representation of color #6E7FF8: hue angle of 232.61º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7FF8 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 110 127 248 -
CMYK 0.56 0.49 0 0.03
HSL 232.61º 0.91% 0.7% -
HSV(B) 232.61º 0.56% 0.97% -
XYZ 30.96 25.27 92.05 -
YUV 135.71 191.37 109.66 -
System Red Green Blue C M Y K H S L
Decimal 110 127 248 0.56 0.49 0 0.03 232.61 0.91 0.7
Hex 6E 7F F8 38 31 0 3 E9 5B 46
Octal 156 177 370 70 61 0 3 351 133 106
Binary 1101110 1111111 11111000 111000 110001 0 11 11101001 1011011 1000110

Color Harmonies of #6E7FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FF8

Black with #6E7FF8

Text Example


Text Example

White with #6E7FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,127,248); }

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

background-color css

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

 a { background-color: rgb(110,127,248); }

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

border-color css

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

 span { border-color: rgb(110,127,248); }

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