Html Css Color HEX #6998DF Cornflower Blue

📋 copy color: '#6998DF'

red 105 ◦ green 152 ◦ blue 223

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

Shades of Cornflower Blue #6998DF

Tints of Cornflower Blue #6998DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 21.88%
G = 31.67%
B = 46.46%

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

#6998DF (or 0x6998DF) is known color: Cornflower Blue. HEX triplet: 69, 98 and DF. RGB value is (105,152,223). Sum of RGB (Red+Green+Blue) = 105+152+223=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #6998DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998DF is #966720. Grayscale: #919191. Windows color (decimal): -9856801 or 14653545. OLE color: 14653545.

HSL color Cylindrical-coordinate representation of color #6998DF: hue angle of 216.1º degrees, saturation: 0.65, 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 #6998DF is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 152 223 -
CMYK 0.53 0.32 0 0.13
HSL 216.1º 0.65% 0.64% -
HSV(B) 216.1º 0.53% 0.87% -
XYZ 30.37 30.79 74.15 -
YUV 146.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 105 152 223 0.53 0.32 0 0.13 216.1 0.65 0.64
Hex 69 98 DF 35 20 0 D D8 41 40
Octal 151 230 337 65 40 0 15 330 101 100
Binary 1101001 10011000 11011111 110101 100000 0 1101 11011000 1000001 1000000

Color Harmonies of #6998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998DF

Black with #6998DF

Text Example


Text Example

White with #6998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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