Html Css Color HEX #6262AB Rich Blue

📋 copy color: '#6262AB'

red 98 ◦ green 98 ◦ blue 171

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

Shades of Rich Blue #6262AB

Tints of Rich Blue #6262AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 26.7%
G = 26.7%
B = 46.59%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6262AB (or 0x6262AB) is known color: Rich Blue. HEX triplet: 62, 62 and AB. RGB value is (98,98,171). Sum of RGB (Red+Green+Blue) = 98+98+171=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #6262AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6262AB is #9D9D54. Grayscale: #6A6A6A. Windows color (decimal): -10329429 or 11231842. OLE color: 11231842.

HSL color Cylindrical-coordinate representation of color #6262AB: hue angle of 240º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6262AB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 98 171 -
CMYK 0.43 0.43 0 0.33
HSL 240º 0.3% 0.53% -
HSV(B) 240º 0.43% 0.67% -
XYZ 16.76 14.27 40.4 -
YUV 106.32 164.5 122.06 -
System Red Green Blue C M Y K H S L
Decimal 98 98 171 0.43 0.43 0 0.33 240 0.3 0.53
Hex 62 62 AB 2B 2B 0 21 F0 1E 35
Octal 142 142 253 53 53 0 41 360 36 65
Binary 1100010 1100010 10101011 101011 101011 0 100001 11110000 11110 110101

Color Harmonies of #6262AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6262AB

Black with #6262AB

Text Example


Text Example

White with #6262AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6262AB; }

 p { color: rgb(98,98,171); }

 H1.HeaderClassName
 {
   color: #6262AB;
 }
 .AnyTagClassName
 {
   color: #6262AB;
 }
</style>

background-color css

<style>
 a { background-color: #6262AB; }

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

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

border-color css

<style>
 span { border-color: #6262AB; }

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

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