Html Css Color HEX #6998FE Cornflower Blue

📋 copy color: '#6998FE'

red 105 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #6998FE

Tints of Cornflower Blue #6998FE

RGB

 RED value IS 105 (41.41% from 255) = 20.55%

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

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

R = 20.55%
G = 29.75%
B = 49.71%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6998FE (or 0x6998FE) is known color: Cornflower Blue. HEX triplet: 69, 98 and FE. RGB value is (105,152,254). Sum of RGB (Red+Green+Blue) = 105+152+254=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #6998FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6998FE is #966701. Grayscale: #959595. Windows color (decimal): -9856770 or 16685161. OLE color: 16685161.

HSL color Cylindrical-coordinate representation of color #6998FE: hue angle of 221.07º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6998FE is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 152 254 -
CMYK 0.59 0.40 0 0.00
HSL 221.07º 0.99% 0.7% -
HSV(B) 221.07º 0.59% 1% -
XYZ 34.94 32.62 98.22 -
YUV 149.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 105 152 254 0.59 0.40 0 0.00 221.07 0.99 0.7
Hex 69 98 FE 3B 28 0 0 DD 63 46
Octal 151 230 376 73 50 0 0 335 143 106
Binary 1101001 10011000 11111110 111011 101000 0 0 11011101 1100011 1000110

Color Harmonies of #6998FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998FE

Black with #6998FE

Text Example


Text Example

White with #6998FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6998FE; }

 p { color: rgb(105,152,254); }

 H1.HeaderClassName
 {
   color: #6998FE;
 }
 .AnyTagClassName
 {
   color: #6998FE;
 }
</style>

background-color css

<style>
 a { background-color: #6998FE; }

 a { background-color: rgb(105,152,254); }

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

border-color css

<style>
 span { border-color: #6998FE; }

 span { border-color: rgb(105,152,254); }

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