Html Css Color HEX #6384CF Havelock Blue

📋 copy color: '#6384CF'

red 99 ◦ green 132 ◦ blue 207

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

Shades of Havelock Blue #6384CF

Tints of Havelock Blue #6384CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

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

R = 22.6%
G = 30.14%
B = 47.26%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6384CF (or 0x6384CF) is known color: Havelock Blue. HEX triplet: 63, 84 and CF. RGB value is (99,132,207). Sum of RGB (Red+Green+Blue) = 99+132+207=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #6384CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384CF is #9C7B30. Grayscale: #828282. Windows color (decimal): -10255153 or 13599843. OLE color: 13599843.

HSL color Cylindrical-coordinate representation of color #6384CF: hue angle of 221.67º 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 #6384CF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 132 207 -
CMYK 0.52 0.36 0 0.19
HSL 221.67º 0.53% 0.6% -
HSV(B) 221.67º 0.52% 0.81% -
XYZ 24.66 23.66 62.3 -
YUV 130.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 99 132 207 0.52 0.36 0 0.19 221.67 0.53 0.6
Hex 63 84 CF 34 24 0 13 DE 35 3C
Octal 143 204 317 64 44 0 23 336 65 74
Binary 1100011 10000100 11001111 110100 100100 0 10011 11011110 110101 111100

Color Harmonies of #6384CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6384CF

Black with #6384CF

Text Example


Text Example

White with #6384CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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