Html Css Color HEX #6E97FC Cornflower Blue

📋 copy color: '#6E97FC'

red 110 ◦ green 151 ◦ blue 252

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

Shades of Cornflower Blue #6E97FC

Tints of Cornflower Blue #6E97FC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.43%

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 21.44%
G = 29.43%
B = 49.12%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E97FC (or 0x6E97FC) is known color: Cornflower Blue. HEX triplet: 6E, 97 and FC. RGB value is (110,151,252). Sum of RGB (Red+Green+Blue) = 110+151+252=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E97FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E97FC is #916803. Grayscale: #959595. Windows color (decimal): -9529348 or 16553838. OLE color: 16553838.

HSL color Cylindrical-coordinate representation of color #6E97FC: hue angle of 222.68º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E97FC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 151 252 -
CMYK 0.56 0.40 0 0.01
HSL 222.68º 0.96% 0.71% -
HSV(B) 222.68º 0.56% 0.99% -
XYZ 35.07 32.48 96.52 -
YUV 150.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 110 151 252 0.56 0.40 0 0.01 222.68 0.96 0.71
Hex 6E 97 FC 38 28 0 1 DF 60 47
Octal 156 227 374 70 50 0 1 337 140 107
Binary 1101110 10010111 11111100 111000 101000 0 1 11011111 1100000 1000111

Color Harmonies of #6E97FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E97FC

Black with #6E97FC

Text Example


Text Example

White with #6E97FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,252); }

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

background-color css

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

 a { background-color: rgb(110,151,252); }

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

border-color css

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

 span { border-color: rgb(110,151,252); }

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