Html Css Color HEX #6389CD Danube

📋 copy color: '#6389CD'

red 99 ◦ green 137 ◦ blue 205

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

Shades of Danube #6389CD

Tints of Danube #6389CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 22.45%
G = 31.07%
B = 46.49%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6389CD (or 0x6389CD) is known color: Danube. HEX triplet: 63, 89 and CD. RGB value is (99,137,205). Sum of RGB (Red+Green+Blue) = 99+137+205=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6389CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389CD is #9C7632. Grayscale: #858585. Windows color (decimal): -10253875 or 13470051. OLE color: 13470051.

HSL color Cylindrical-coordinate representation of color #6389CD: hue angle of 218.49º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6389CD is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 137 205 -
CMYK 0.52 0.33 0 0.20
HSL 218.49º 0.51% 0.6% -
HSV(B) 218.49º 0.52% 0.8% -
XYZ 25.11 24.95 61.25 -
YUV 133.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 99 137 205 0.52 0.33 0 0.20 218.49 0.51 0.6
Hex 63 89 CD 34 21 0 14 DA 33 3C
Octal 143 211 315 64 41 0 24 332 63 74
Binary 1100011 10001001 11001101 110100 100001 0 10100 11011010 110011 111100

Color Harmonies of #6389CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6389CD

Black with #6389CD

Text Example


Text Example

White with #6389CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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