Html Css Color HEX #6380CD Havelock Blue

📋 copy color: '#6380CD'

red 99 ◦ green 128 ◦ blue 205

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

Shades of Havelock Blue #6380CD

Tints of Havelock Blue #6380CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

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

R = 22.92%
G = 29.63%
B = 47.45%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6380CD (or 0x6380CD) is known color: Havelock Blue. HEX triplet: 63, 80 and CD. RGB value is (99,128,205). Sum of RGB (Red+Green+Blue) = 99+128+205=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #6380CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380CD is #9C7F32. Grayscale: #7F7F7F. Windows color (decimal): -10256179 or 13467747. OLE color: 13467747.

HSL color Cylindrical-coordinate representation of color #6380CD: hue angle of 223.58º 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 #6380CD is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 128 205 -
CMYK 0.52 0.38 0 0.20
HSL 223.58º 0.51% 0.6% -
HSV(B) 223.58º 0.52% 0.8% -
XYZ 23.88 22.5 60.84 -
YUV 128.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 99 128 205 0.52 0.38 0 0.20 223.58 0.51 0.6
Hex 63 80 CD 34 26 0 14 E0 33 3C
Octal 143 200 315 64 46 0 24 340 63 74
Binary 1100011 10000000 11001101 110100 100110 0 10100 11100000 110011 111100

Color Harmonies of #6380CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380CD

Black with #6380CD

Text Example


Text Example

White with #6380CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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