Html Css Color HEX #6379CE Havelock Blue

📋 copy color: '#6379CE'

red 99 ◦ green 121 ◦ blue 206

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

Shades of Havelock Blue #6379CE

Tints of Havelock Blue #6379CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 23.24%
G = 28.4%
B = 48.36%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6379CE (or 0x6379CE) is known color: Havelock Blue. HEX triplet: 63, 79 and CE. RGB value is (99,121,206). Sum of RGB (Red+Green+Blue) = 99+121+206=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #6379CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6379CE is #9C8631. Grayscale: #7B7B7B. Windows color (decimal): -10257970 or 13531491. OLE color: 13531491.

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

Color convert

RGB 99 121 206 -
CMYK 0.52 0.41 0 0.19
HSL 227.66º 0.52% 0.6% -
HSV(B) 227.66º 0.52% 0.81% -
XYZ 23.12 20.78 61.19 -
YUV 124.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 99 121 206 0.52 0.41 0 0.19 227.66 0.52 0.6
Hex 63 79 CE 34 29 0 13 E4 34 3C
Octal 143 171 316 64 51 0 23 344 64 74
Binary 1100011 1111001 11001110 110100 101001 0 10011 11100100 110100 111100

Color Harmonies of #6379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6379CE

Black with #6379CE

Text Example


Text Example

White with #6379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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