Html Css Color HEX #6062BB Chetwode Blue

📋 copy color: '#6062BB'

red 96 ◦ green 98 ◦ blue 187

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

Shades of Chetwode Blue #6062BB

Tints of Chetwode Blue #6062BB

RGB

 RED value IS 96 (37.89% from 255) = 25.2%

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 25.2%
G = 25.72%
B = 49.08%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6062BB (or 0x6062BB) is known color: Chetwode Blue. HEX triplet: 60, 62 and BB. RGB value is (96,98,187). Sum of RGB (Red+Green+Blue) = 96+98+187=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #6062BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062BB is #9F9D44. Grayscale: #6B6B6B. Windows color (decimal): -10460485 or 12280416. OLE color: 12280416.

HSL color Cylindrical-coordinate representation of color #6062BB: hue angle of 238.68º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6062BB is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 98 187 -
CMYK 0.49 0.48 0 0.27
HSL 238.68º 0.4% 0.55% -
HSV(B) 238.68º 0.49% 0.73% -
XYZ 18.16 14.81 48.92 -
YUV 107.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 96 98 187 0.49 0.48 0 0.27 238.68 0.4 0.55
Hex 60 62 BB 31 30 0 1B EF 28 37
Octal 140 142 273 61 60 0 33 357 50 67
Binary 1100000 1100010 10111011 110001 110000 0 11011 11101111 101000 110111

Color Harmonies of #6062BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6062BB

Black with #6062BB

Text Example


Text Example

White with #6062BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6062BB; }

 p { color: rgb(96,98,187); }

 H1.HeaderClassName
 {
   color: #6062BB;
 }
 .AnyTagClassName
 {
   color: #6062BB;
 }
</style>

background-color css

<style>
 a { background-color: #6062BB; }

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

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

border-color css

<style>
 span { border-color: #6062BB; }

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

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