Html Css Color HEX #6992DF Cornflower Blue

📋 copy color: '#6992DF'

red 105 ◦ green 146 ◦ blue 223

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

Shades of Cornflower Blue #6992DF

Tints of Cornflower Blue #6992DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.8%

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

R = 22.15%
G = 30.8%
B = 47.05%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6992DF (or 0x6992DF) is known color: Cornflower Blue. HEX triplet: 69, 92 and DF. RGB value is (105,146,223). Sum of RGB (Red+Green+Blue) = 105+146+223=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #6992DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6992DF is #966D20. Grayscale: #8E8E8E. Windows color (decimal): -9858337 or 14652009. OLE color: 14652009.

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

Color convert

RGB 105 146 223 -
CMYK 0.53 0.35 0 0.13
HSL 219.15º 0.65% 0.64% -
HSV(B) 219.15º 0.53% 0.87% -
XYZ 29.42 28.89 73.84 -
YUV 142.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 105 146 223 0.53 0.35 0 0.13 219.15 0.65 0.64
Hex 69 92 DF 35 23 0 D DB 41 40
Octal 151 222 337 65 43 0 15 333 101 100
Binary 1101001 10010010 11011111 110101 100011 0 1101 11011011 1000001 1000000

Color Harmonies of #6992DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992DF

Black with #6992DF

Text Example


Text Example

White with #6992DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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