Html Css Color HEX #6895DC Cornflower Blue

📋 copy color: '#6895DC'

red 104 ◦ green 149 ◦ blue 220

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

Shades of Cornflower Blue #6895DC

Tints of Cornflower Blue #6895DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

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

R = 21.99%
G = 31.5%
B = 46.51%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6895DC (or 0x6895DC) is known color: Cornflower Blue. HEX triplet: 68, 95 and DC. RGB value is (104,149,220). Sum of RGB (Red+Green+Blue) = 104+149+220=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #6895DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895DC is #976A23. Grayscale: #8F8F8F. Windows color (decimal): -9923108 or 14456168. OLE color: 14456168.

HSL color Cylindrical-coordinate representation of color #6895DC: hue angle of 216.72º 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 #6895DC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 149 220 -
CMYK 0.53 0.32 0 0.14
HSL 216.72º 0.62% 0.64% -
HSV(B) 216.72º 0.53% 0.86% -
XYZ 29.37 29.61 71.88 -
YUV 143.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 104 149 220 0.53 0.32 0 0.14 216.72 0.62 0.64
Hex 68 95 DC 35 20 0 E D9 3E 40
Octal 150 225 334 65 40 0 16 331 76 100
Binary 1101000 10010101 11011100 110101 100000 0 1110 11011001 111110 1000000

Color Harmonies of #6895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6895DC

Black with #6895DC

Text Example


Text Example

White with #6895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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