Html Css Color HEX #6998DE Cornflower Blue

📋 copy color: '#6998DE'

red 105 ◦ green 152 ◦ blue 222

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

Shades of Cornflower Blue #6998DE

Tints of Cornflower Blue #6998DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 21.92%
G = 31.73%
B = 46.35%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6998DE (or 0x6998DE) is known color: Cornflower Blue. HEX triplet: 69, 98 and DE. RGB value is (105,152,222). Sum of RGB (Red+Green+Blue) = 105+152+222=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #6998DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998DE is #966721. Grayscale: #919191. Windows color (decimal): -9856802 or 14588009. OLE color: 14588009.

HSL color Cylindrical-coordinate representation of color #6998DE: hue angle of 215.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6998DE is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 152 222 -
CMYK 0.53 0.32 0 0.13
HSL 215.9º 0.64% 0.64% -
HSV(B) 215.9º 0.53% 0.87% -
XYZ 30.24 30.73 73.45 -
YUV 145.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 105 152 222 0.53 0.32 0 0.13 215.9 0.64 0.64
Hex 69 98 DE 35 20 0 D D8 40 40
Octal 151 230 336 65 40 0 15 330 100 100
Binary 1101001 10011000 11011110 110101 100000 0 1101 11011000 1000000 1000000

Color Harmonies of #6998DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998DE

Black with #6998DE

Text Example


Text Example

White with #6998DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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