Html Css Color HEX #6998FF Cornflower Blue

📋 copy color: '#6998FF'

red 105 ◦ green 152 ◦ blue 255

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

Shades of Cornflower Blue #6998FF

Tints of Cornflower Blue #6998FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 20.51%
G = 29.69%
B = 49.8%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6998FF (or 0x6998FF) is known color: Cornflower Blue. HEX triplet: 69, 98 and FF. RGB value is (105,152,255). Sum of RGB (Red+Green+Blue) = 105+152+255=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #6998FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6998FF is #966700. Grayscale: #959595. Windows color (decimal): -9856769 or 16750697. OLE color: 16750697.

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

Color convert

RGB 105 152 255 -
CMYK 0.59 0.40 0 0
HSL 221.2º 1% 0.71% -
HSV(B) 221.2º 0.59% 1% -
XYZ 35.1 32.68 99.07 -
YUV 149.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 105 152 255 0.59 0.40 0 0 221.2 1 0.71
Hex 69 98 FF 3B 28 0 0 DD 64 47
Octal 151 230 377 73 50 0 0 335 144 107
Binary 1101001 10011000 11111111 111011 101000 0 0 11011101 1100100 1000111

Color Harmonies of #6998FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998FF

Black with #6998FF

Text Example


Text Example

White with #6998FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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