Html Css Color HEX #6388CF Danube

📋 copy color: '#6388CF'

red 99 ◦ green 136 ◦ blue 207

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

Shades of Danube #6388CF

Tints of Danube #6388CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 22.4%
G = 30.77%
B = 46.83%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6388CF (or 0x6388CF) is known color: Danube. HEX triplet: 63, 88 and CF. RGB value is (99,136,207). Sum of RGB (Red+Green+Blue) = 99+136+207=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #6388CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388CF is #9C7730. Grayscale: #848484. Windows color (decimal): -10254129 or 13600867. OLE color: 13600867.

HSL color Cylindrical-coordinate representation of color #6388CF: hue angle of 219.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6388CF is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 136 207 -
CMYK 0.52 0.34 0 0.19
HSL 219.44º 0.53% 0.6% -
HSV(B) 219.44º 0.52% 0.81% -
XYZ 25.21 24.77 62.48 -
YUV 133.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 99 136 207 0.52 0.34 0 0.19 219.44 0.53 0.6
Hex 63 88 CF 34 22 0 13 DB 35 3C
Octal 143 210 317 64 42 0 23 333 65 74
Binary 1100011 10001000 11001111 110100 100010 0 10011 11011011 110101 111100

Color Harmonies of #6388CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388CF

Black with #6388CF

Text Example


Text Example

White with #6388CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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