Html Css Color HEX #6385CA Havelock Blue

📋 copy color: '#6385CA'

red 99 ◦ green 133 ◦ blue 202

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

Shades of Havelock Blue #6385CA

Tints of Havelock Blue #6385CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 22.81%
G = 30.65%
B = 46.54%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6385CA (or 0x6385CA) is known color: Havelock Blue. HEX triplet: 63, 85 and CA. RGB value is (99,133,202). Sum of RGB (Red+Green+Blue) = 99+133+202=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #6385CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385CA is #9C7A35. Grayscale: #828282. Windows color (decimal): -10254902 or 13272419. OLE color: 13272419.

HSL color Cylindrical-coordinate representation of color #6385CA: hue angle of 220.19º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6385CA is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 133 202 -
CMYK 0.51 0.34 0 0.21
HSL 220.19º 0.49% 0.59% -
HSV(B) 220.19º 0.51% 0.79% -
XYZ 24.19 23.69 59.17 -
YUV 130.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 99 133 202 0.51 0.34 0 0.21 220.19 0.49 0.59
Hex 63 85 CA 33 22 0 15 DC 31 3B
Octal 143 205 312 63 42 0 25 334 61 73
Binary 1100011 10000101 11001010 110011 100010 0 10101 11011100 110001 111011

Color Harmonies of #6385CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6385CA

Black with #6385CA

Text Example


Text Example

White with #6385CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6385CA; }

 p { color: rgb(99,133,202); }

 H1.HeaderClassName
 {
   color: #6385CA;
 }
 .AnyTagClassName
 {
   color: #6385CA;
 }
</style>

background-color css

<style>
 a { background-color: #6385CA; }

 a { background-color: rgb(99,133,202); }

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

border-color css

<style>
 span { border-color: #6385CA; }

 span { border-color: rgb(99,133,202); }

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