Html Css Color HEX #6389D6 Danube

📋 copy color: '#6389D6'

red 99 ◦ green 137 ◦ blue 214

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

Shades of Danube #6389D6

Tints of Danube #6389D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 22%
G = 30.44%
B = 47.56%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6389D6 (or 0x6389D6) is known color: Danube. HEX triplet: 63, 89 and D6. RGB value is (99,137,214). Sum of RGB (Red+Green+Blue) = 99+137+214=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #6389D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389D6 is #9C7629. Grayscale: #868686. Windows color (decimal): -10253866 or 14059875. OLE color: 14059875.

HSL color Cylindrical-coordinate representation of color #6389D6: hue angle of 220.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6389D6 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 137 214 -
CMYK 0.54 0.36 0 0.16
HSL 220.17º 0.58% 0.61% -
HSV(B) 220.17º 0.54% 0.84% -
XYZ 26.23 25.4 67.14 -
YUV 134.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 99 137 214 0.54 0.36 0 0.16 220.17 0.58 0.61
Hex 63 89 D6 36 24 0 10 DC 3A 3D
Octal 143 211 326 66 44 0 20 334 72 75
Binary 1100011 10001001 11010110 110110 100100 0 10000 11011100 111010 111101

Color Harmonies of #6389D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6389D6

Black with #6389D6

Text Example


Text Example

White with #6389D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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