Html Css Color HEX #6899DC Cornflower Blue

📋 copy color: '#6899DC'

red 104 ◦ green 153 ◦ blue 220

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

Shades of Cornflower Blue #6899DC

Tints of Cornflower Blue #6899DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.08%

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

R = 21.8%
G = 32.08%
B = 46.12%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6899DC (or 0x6899DC) is known color: Cornflower Blue. HEX triplet: 68, 99 and DC. RGB value is (104,153,220). Sum of RGB (Red+Green+Blue) = 104+153+220=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #6899DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899DC is #976623. Grayscale: #919191. Windows color (decimal): -9922084 or 14457192. OLE color: 14457192.

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

Color convert

RGB 104 153 220 -
CMYK 0.53 0.30 0 0.14
HSL 214.66º 0.62% 0.64% -
HSV(B) 214.66º 0.53% 0.86% -
XYZ 30.02 30.89 72.09 -
YUV 145.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 104 153 220 0.53 0.30 0 0.14 214.66 0.62 0.64
Hex 68 99 DC 35 1E 0 E D7 3E 40
Octal 150 231 334 65 36 0 16 327 76 100
Binary 1101000 10011001 11011100 110101 11110 0 1110 11010111 111110 1000000

Color Harmonies of #6899DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6899DC

Black with #6899DC

Text Example


Text Example

White with #6899DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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