Html Css Color HEX #6279CD Havelock Blue

📋 copy color: '#6279CD'

red 98 ◦ green 121 ◦ blue 205

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

Shades of Havelock Blue #6279CD

Tints of Havelock Blue #6279CD

RGB

 RED value IS 98 (38.67% from 255) = 23.11%

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 23.11%
G = 28.54%
B = 48.35%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6279CD (or 0x6279CD) is known color: Havelock Blue. HEX triplet: 62, 79 and CD. RGB value is (98,121,205). Sum of RGB (Red+Green+Blue) = 98+121+205=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #6279CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6279CD is #9D8632. Grayscale: #7B7B7B. Windows color (decimal): -10323507 or 13465954. OLE color: 13465954.

HSL color Cylindrical-coordinate representation of color #6279CD: hue angle of 227.1º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6279CD is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 121 205 -
CMYK 0.52 0.41 0 0.20
HSL 227.1º 0.52% 0.59% -
HSV(B) 227.1º 0.52% 0.8% -
XYZ 22.89 20.68 60.54 -
YUV 123.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 98 121 205 0.52 0.41 0 0.20 227.1 0.52 0.59
Hex 62 79 CD 34 29 0 14 E3 34 3B
Octal 142 171 315 64 51 0 24 343 64 73
Binary 1100010 1111001 11001101 110100 101001 0 10100 11100011 110100 111011

Color Harmonies of #6279CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6279CD

Black with #6279CD

Text Example


Text Example

White with #6279CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6279CD; }

 p { color: rgb(98,121,205); }

 H1.HeaderClassName
 {
   color: #6279CD;
 }
 .AnyTagClassName
 {
   color: #6279CD;
 }
</style>

background-color css

<style>
 a { background-color: #6279CD; }

 a { background-color: rgb(98,121,205); }

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

border-color css

<style>
 span { border-color: #6279CD; }

 span { border-color: rgb(98,121,205); }

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