Html Css Color HEX #6389DC Cornflower Blue

📋 copy color: '#6389DC'

red 99 ◦ green 137 ◦ blue 220

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

Shades of Cornflower Blue #6389DC

Tints of Cornflower Blue #6389DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 21.71%
G = 30.04%
B = 48.25%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6389DC (or 0x6389DC) is known color: Cornflower Blue. HEX triplet: 63, 89 and DC. RGB value is (99,137,220). Sum of RGB (Red+Green+Blue) = 99+137+220=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #6389DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389DC is #9C7623. Grayscale: #868686. Windows color (decimal): -10253860 or 14453091. OLE color: 14453091.

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

Color convert

RGB 99 137 220 -
CMYK 0.55 0.38 0 0.14
HSL 221.16º 0.63% 0.63% -
HSV(B) 221.16º 0.55% 0.86% -
XYZ 27.01 25.71 71.25 -
YUV 135.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 99 137 220 0.55 0.38 0 0.14 221.16 0.63 0.63
Hex 63 89 DC 37 26 0 E DD 3F 3F
Octal 143 211 334 67 46 0 16 335 77 77
Binary 1100011 10001001 11011100 110111 100110 0 1110 11011101 111111 111111

Color Harmonies of #6389DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6389DC

Black with #6389DC

Text Example


Text Example

White with #6389DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,137,220); }

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

background-color css

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

 a { background-color: rgb(99,137,220); }

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

border-color css

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

 span { border-color: rgb(99,137,220); }

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