Html Css Color HEX #6892DC Cornflower Blue

📋 copy color: '#6892DC'

red 104 ◦ green 146 ◦ blue 220

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

Shades of Cornflower Blue #6892DC

Tints of Cornflower Blue #6892DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 22.13%
G = 31.06%
B = 46.81%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6892DC (or 0x6892DC) is known color: Cornflower Blue. HEX triplet: 68, 92 and DC. RGB value is (104,146,220). Sum of RGB (Red+Green+Blue) = 104+146+220=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #6892DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892DC is #976D23. Grayscale: #8D8D8D. Windows color (decimal): -9923876 or 14455400. OLE color: 14455400.

HSL color Cylindrical-coordinate representation of color #6892DC: hue angle of 218.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6892DC is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 146 220 -
CMYK 0.53 0.34 0 0.14
HSL 218.28º 0.62% 0.64% -
HSV(B) 218.28º 0.53% 0.86% -
XYZ 28.91 28.67 71.72 -
YUV 141.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 104 146 220 0.53 0.34 0 0.14 218.28 0.62 0.64
Hex 68 92 DC 35 22 0 E DA 3E 40
Octal 150 222 334 65 42 0 16 332 76 100
Binary 1101000 10010010 11011100 110101 100010 0 1110 11011010 111110 1000000

Color Harmonies of #6892DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892DC

Black with #6892DC

Text Example


Text Example

White with #6892DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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