Html Css Color HEX #6886DB Cornflower Blue

📋 copy color: '#6886DB'

red 104 ◦ green 134 ◦ blue 219

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

Shades of Cornflower Blue #6886DB

Tints of Cornflower Blue #6886DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 22.76%
G = 29.32%
B = 47.92%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6886DB (or 0x6886DB) is known color: Cornflower Blue. HEX triplet: 68, 86 and DB. RGB value is (104,134,219). Sum of RGB (Red+Green+Blue) = 104+134+219=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #6886DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6886DB is #977924. Grayscale: #868686. Windows color (decimal): -9926949 or 14386792. OLE color: 14386792.

HSL color Cylindrical-coordinate representation of color #6886DB: hue angle of 224.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6886DB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 134 219 -
CMYK 0.53 0.39 0 0.14
HSL 224.35º 0.61% 0.63% -
HSV(B) 224.35º 0.53% 0.86% -
XYZ 27.02 25.11 70.44 -
YUV 134.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 104 134 219 0.53 0.39 0 0.14 224.35 0.61 0.63
Hex 68 86 DB 35 27 0 E E0 3D 3F
Octal 150 206 333 65 47 0 16 340 75 77
Binary 1101000 10000110 11011011 110101 100111 0 1110 11100000 111101 111111

Color Harmonies of #6886DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6886DB

Black with #6886DB

Text Example


Text Example

White with #6886DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6886DB; }

 p { color: rgb(104,134,219); }

 H1.HeaderClassName
 {
   color: #6886DB;
 }
 .AnyTagClassName
 {
   color: #6886DB;
 }
</style>

background-color css

<style>
 a { background-color: #6886DB; }

 a { background-color: rgb(104,134,219); }

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

border-color css

<style>
 span { border-color: #6886DB; }

 span { border-color: rgb(104,134,219); }

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