Html Css Color HEX #6390DB Cornflower Blue

📋 copy color: '#6390DB'

red 99 ◦ green 144 ◦ blue 219

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

Shades of Cornflower Blue #6390DB

Tints of Cornflower Blue #6390DB

RGB

 RED value IS 99 (39.06% from 255) = 21.43%

 GREEN value IS 144 (56.64% from 255) = 31.17%

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

R = 21.43%
G = 31.17%
B = 47.4%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6390DB (or 0x6390DB) is known color: Cornflower Blue. HEX triplet: 63, 90 and DB. RGB value is (99,144,219). Sum of RGB (Red+Green+Blue) = 99+144+219=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #6390DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390DB is #9C6F24. Grayscale: #8A8A8A. Windows color (decimal): -10252069 or 14389347. OLE color: 14389347.

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

Color convert

RGB 99 144 219 -
CMYK 0.55 0.34 0 0.14
HSL 217.5º 0.63% 0.62% -
HSV(B) 217.5º 0.55% 0.86% -
XYZ 27.91 27.71 70.9 -
YUV 139.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 99 144 219 0.55 0.34 0 0.14 217.5 0.63 0.62
Hex 63 90 DB 37 22 0 E DA 3E 3E
Octal 143 220 333 67 42 0 16 332 76 76
Binary 1100011 10010000 11011011 110111 100010 0 1110 11011010 111110 111110

Color Harmonies of #6390DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390DB

Black with #6390DB

Text Example


Text Example

White with #6390DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,144,219); }

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

background-color css

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

 a { background-color: rgb(99,144,219); }

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

border-color css

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

 span { border-color: rgb(99,144,219); }

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