Html Css Color HEX #6262BF Chetwode Blue

📋 copy color: '#6262BF'

red 98 ◦ green 98 ◦ blue 191

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

Shades of Chetwode Blue #6262BF

Tints of Chetwode Blue #6262BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 25.32%
G = 25.32%
B = 49.35%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6262BF (or 0x6262BF) is known color: Chetwode Blue. HEX triplet: 62, 62 and BF. RGB value is (98,98,191). Sum of RGB (Red+Green+Blue) = 98+98+191=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #6262BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6262BF is #9D9D40. Grayscale: #6C6C6C. Windows color (decimal): -10329409 or 12542562. OLE color: 12542562.

HSL color Cylindrical-coordinate representation of color #6262BF: hue angle of 240º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6262BF is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 98 191 -
CMYK 0.49 0.49 0 0.25
HSL 240º 0.42% 0.57% -
HSV(B) 240º 0.49% 0.75% -
XYZ 18.81 15.09 51.21 -
YUV 108.6 174.5 120.44 -
System Red Green Blue C M Y K H S L
Decimal 98 98 191 0.49 0.49 0 0.25 240 0.42 0.57
Hex 62 62 BF 31 31 0 19 F0 2A 39
Octal 142 142 277 61 61 0 31 360 52 71
Binary 1100010 1100010 10111111 110001 110001 0 11001 11110000 101010 111001

Color Harmonies of #6262BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6262BF

Black with #6262BF

Text Example


Text Example

White with #6262BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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