Html Css Color HEX #6388BA Danube

📋 copy color: '#6388BA'

red 99 ◦ green 136 ◦ blue 186

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

Shades of Danube #6388BA

Tints of Danube #6388BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.3%

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 23.52%
G = 32.3%
B = 44.18%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6388BA (or 0x6388BA) is known color: Danube. HEX triplet: 63, 88 and BA. RGB value is (99,136,186). Sum of RGB (Red+Green+Blue) = 99+136+186=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #6388BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388BA is #9C7745. Grayscale: #828282. Windows color (decimal): -10254150 or 12224611. OLE color: 12224611.

HSL color Cylindrical-coordinate representation of color #6388BA: hue angle of 214.48º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6388BA is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 136 186 -
CMYK 0.47 0.27 0 0.27
HSL 214.48º 0.39% 0.56% -
HSV(B) 214.48º 0.47% 0.73% -
XYZ 22.81 23.81 49.85 -
YUV 130.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 99 136 186 0.47 0.27 0 0.27 214.48 0.39 0.56
Hex 63 88 BA 2F 1B 0 1B D6 27 38
Octal 143 210 272 57 33 0 33 326 47 70
Binary 1100011 10001000 10111010 101111 11011 0 11011 11010110 100111 111000

Color Harmonies of #6388BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388BA

Black with #6388BA

Text Example


Text Example

White with #6388BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6388BA; }

 p { color: rgb(99,136,186); }

 H1.HeaderClassName
 {
   color: #6388BA;
 }
 .AnyTagClassName
 {
   color: #6388BA;
 }
</style>

background-color css

<style>
 a { background-color: #6388BA; }

 a { background-color: rgb(99,136,186); }

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

border-color css

<style>
 span { border-color: #6388BA; }

 span { border-color: rgb(99,136,186); }

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