Html Css Color HEX #6380CE Havelock Blue

📋 copy color: '#6380CE'

red 99 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #6380CE

Tints of Havelock Blue #6380CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 22.86%
G = 29.56%
B = 47.58%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6380CE (or 0x6380CE) is known color: Havelock Blue. HEX triplet: 63, 80 and CE. RGB value is (99,128,206). Sum of RGB (Red+Green+Blue) = 99+128+206=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6380CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380CE is #9C7F31. Grayscale: #7F7F7F. Windows color (decimal): -10256178 or 13533283. OLE color: 13533283.

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

Color convert

RGB 99 128 206 -
CMYK 0.52 0.38 0 0.19
HSL 223.74º 0.52% 0.6% -
HSV(B) 223.74º 0.52% 0.81% -
XYZ 24.01 22.55 61.48 -
YUV 128.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 99 128 206 0.52 0.38 0 0.19 223.74 0.52 0.6
Hex 63 80 CE 34 26 0 13 E0 34 3C
Octal 143 200 316 64 46 0 23 340 64 74
Binary 1100011 10000000 11001110 110100 100110 0 10011 11100000 110100 111100

Color Harmonies of #6380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380CE

Black with #6380CE

Text Example


Text Example

White with #6380CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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