Html Css Color HEX #6E98FA Cornflower Blue

📋 copy color: '#6E98FA'

red 110 ◦ green 152 ◦ blue 250

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

Shades of Cornflower Blue #6E98FA

Tints of Cornflower Blue #6E98FA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.69%

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

R = 21.48%
G = 29.69%
B = 48.83%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E98FA (or 0x6E98FA) is known color: Cornflower Blue. HEX triplet: 6E, 98 and FA. RGB value is (110,152,250). Sum of RGB (Red+Green+Blue) = 110+152+250=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E98FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E98FA is #916705. Grayscale: #969696. Windows color (decimal): -9529094 or 16423022. OLE color: 16423022.

HSL color Cylindrical-coordinate representation of color #6E98FA: hue angle of 222º 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 #6E98FA is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 152 250 -
CMYK 0.56 0.39 0 0.02
HSL 222º 0.93% 0.71% -
HSV(B) 222º 0.56% 0.98% -
XYZ 34.91 32.67 94.91 -
YUV 150.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 110 152 250 0.56 0.39 0 0.02 222 0.93 0.71
Hex 6E 98 FA 38 27 0 2 DE 5D 47
Octal 156 230 372 70 47 0 2 336 135 107
Binary 1101110 10011000 11111010 111000 100111 0 10 11011110 1011101 1000111

Color Harmonies of #6E98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E98FA

Black with #6E98FA

Text Example


Text Example

White with #6E98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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