Html Css Color HEX #6383CE Havelock Blue

📋 copy color: '#6383CE'

red 99 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #6383CE

Tints of Havelock Blue #6383CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 22.71%
G = 30.05%
B = 47.25%

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

#6383CE (or 0x6383CE) is known color: Havelock Blue. HEX triplet: 63, 83 and CE. RGB value is (99,131,206). Sum of RGB (Red+Green+Blue) = 99+131+206=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6383CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383CE is #9C7C31. Grayscale: #818181. Windows color (decimal): -10255410 or 13534051. OLE color: 13534051.

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

Color convert

RGB 99 131 206 -
CMYK 0.52 0.36 0 0.19
HSL 222.06º 0.52% 0.6% -
HSV(B) 222.06º 0.52% 0.81% -
XYZ 24.4 23.34 61.61 -
YUV 129.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 99 131 206 0.52 0.36 0 0.19 222.06 0.52 0.6
Hex 63 83 CE 34 24 0 13 DE 34 3C
Octal 143 203 316 64 44 0 23 336 64 74
Binary 1100011 10000011 11001110 110100 100100 0 10011 11011110 110100 111100

Color Harmonies of #6383CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6383CE

Black with #6383CE

Text Example


Text Example

White with #6383CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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