Html Css Color HEX #6892DF Cornflower Blue

📋 copy color: '#6892DF'

red 104 ◦ green 146 ◦ blue 223

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

Shades of Cornflower Blue #6892DF

Tints of Cornflower Blue #6892DF

RGB

 RED value IS 104 (41.02% from 255) = 21.99%

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

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

R = 21.99%
G = 30.87%
B = 47.15%

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

#6892DF (or 0x6892DF) is known color: Cornflower Blue. HEX triplet: 68, 92 and DF. RGB value is (104,146,223). Sum of RGB (Red+Green+Blue) = 104+146+223=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6892DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892DF is #976D20. Grayscale: #8D8D8D. Windows color (decimal): -9923873 or 14652008. OLE color: 14652008.

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

Color convert

RGB 104 146 223 -
CMYK 0.53 0.35 0 0.13
HSL 218.82º 0.65% 0.64% -
HSV(B) 218.82º 0.53% 0.87% -
XYZ 29.31 28.83 73.83 -
YUV 142.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 104 146 223 0.53 0.35 0 0.13 218.82 0.65 0.64
Hex 68 92 DF 35 23 0 D DB 41 40
Octal 150 222 337 65 43 0 15 333 101 100
Binary 1101000 10010010 11011111 110101 100011 0 1101 11011011 1000001 1000000

Color Harmonies of #6892DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892DF

Black with #6892DF

Text Example


Text Example

White with #6892DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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