Html Css Color HEX #6998FC Cornflower Blue

📋 copy color: '#6998FC'

red 105 ◦ green 152 ◦ blue 252

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

Shades of Cornflower Blue #6998FC

Tints of Cornflower Blue #6998FC

RGB

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

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

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

R = 20.63%
G = 29.86%
B = 49.51%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6998FC (or 0x6998FC) is known color: Cornflower Blue. HEX triplet: 69, 98 and FC. RGB value is (105,152,252). Sum of RGB (Red+Green+Blue) = 105+152+252=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #6998FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6998FC is #966703. Grayscale: #949494. Windows color (decimal): -9856772 or 16554089. OLE color: 16554089.

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

Color convert

RGB 105 152 252 -
CMYK 0.58 0.40 0 0.01
HSL 220.82º 0.96% 0.7% -
HSV(B) 220.82º 0.58% 0.99% -
XYZ 34.62 32.49 96.54 -
YUV 149.35 185.93 96.37 -
System Red Green Blue C M Y K H S L
Decimal 105 152 252 0.58 0.40 0 0.01 220.82 0.96 0.7
Hex 69 98 FC 3A 28 0 1 DD 60 46
Octal 151 230 374 72 50 0 1 335 140 106
Binary 1101001 10011000 11111100 111010 101000 0 1 11011101 1100000 1000110

Color Harmonies of #6998FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998FC

Black with #6998FC

Text Example


Text Example

White with #6998FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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