Html Css Color HEX #6486DB Cornflower Blue

📋 copy color: '#6486DB'

red 100 ◦ green 134 ◦ blue 219

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

Shades of Cornflower Blue #6486DB

Tints of Cornflower Blue #6486DB

RGB

 RED value IS 100 (39.45% from 255) = 22.08%

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

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

R = 22.08%
G = 29.58%
B = 48.34%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6486DB (or 0x6486DB) is known color: Cornflower Blue. HEX triplet: 64, 86 and DB. RGB value is (100,134,219). Sum of RGB (Red+Green+Blue) = 100+134+219=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6486DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486DB is #9B7924. Grayscale: #858585. Windows color (decimal): -10189093 or 14386788. OLE color: 14386788.

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

Color convert

RGB 100 134 219 -
CMYK 0.54 0.39 0 0.14
HSL 222.86º 0.62% 0.63% -
HSV(B) 222.86º 0.54% 0.86% -
XYZ 26.57 24.87 70.42 -
YUV 133.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 100 134 219 0.54 0.39 0 0.14 222.86 0.62 0.63
Hex 64 86 DB 36 27 0 E DF 3E 3F
Octal 144 206 333 66 47 0 16 337 76 77
Binary 1100100 10000110 11011011 110110 100111 0 1110 11011111 111110 111111

Color Harmonies of #6486DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6486DB

Black with #6486DB

Text Example


Text Example

White with #6486DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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