Html Css Color HEX #6261BD Chetwode Blue

📋 copy color: '#6261BD'

red 98 ◦ green 97 ◦ blue 189

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

Shades of Chetwode Blue #6261BD

Tints of Chetwode Blue #6261BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 25.52%
G = 25.26%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6261BD (or 0x6261BD) is known color: Chetwode Blue. HEX triplet: 62, 61 and BD. RGB value is (98,97,189). Sum of RGB (Red+Green+Blue) = 98+97+189=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #6261BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6261BD is #9D9E42. Grayscale: #6B6B6B. Windows color (decimal): -10329667 or 12411234. OLE color: 12411234.

HSL color Cylindrical-coordinate representation of color #6261BD: hue angle of 240.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6261BD is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 97 189 -
CMYK 0.48 0.49 0 0.26
HSL 240.65º 0.41% 0.56% -
HSV(B) 240.65º 0.49% 0.74% -
XYZ 18.5 14.82 50.03 -
YUV 107.79 173.83 121.02 -
System Red Green Blue C M Y K H S L
Decimal 98 97 189 0.48 0.49 0 0.26 240.65 0.41 0.56
Hex 62 61 BD 30 31 0 1A F1 29 38
Octal 142 141 275 60 61 0 32 361 51 70
Binary 1100010 1100001 10111101 110000 110001 0 11010 11110001 101001 111000

Color Harmonies of #6261BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6261BD

Black with #6261BD

Text Example


Text Example

White with #6261BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6261BD; }

 p { color: rgb(98,97,189); }

 H1.HeaderClassName
 {
   color: #6261BD;
 }
 .AnyTagClassName
 {
   color: #6261BD;
 }
</style>

background-color css

<style>
 a { background-color: #6261BD; }

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

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

border-color css

<style>
 span { border-color: #6261BD; }

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

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