Html Css Color HEX #5B68C9 Chetwode Blue

📋 copy color: '#5B68C9'

red 91 ◦ green 104 ◦ blue 201

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

Shades of Chetwode Blue #5B68C9

Tints of Chetwode Blue #5B68C9

RGB

 RED value IS 91 (35.94% from 255) = 22.98%

 GREEN value IS 104 (41.02% from 255) = 26.26%

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 22.98%
G = 26.26%
B = 50.76%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B68C9 (or 0x5B68C9) is known color: Chetwode Blue. HEX triplet: 5B, 68 and C9. RGB value is (91,104,201). Sum of RGB (Red+Green+Blue) = 91+104+201=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B68C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B68C9 is #A49736. Grayscale: #6E6E6E. Windows color (decimal): -10786615 or 13199451. OLE color: 13199451.

HSL color Cylindrical-coordinate representation of color #5B68C9: hue angle of 232.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B68C9 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 104 201 -
CMYK 0.55 0.48 0 0.21
HSL 232.91º 0.5% 0.57% -
HSV(B) 232.91º 0.55% 0.79% -
XYZ 19.81 16.34 57.37 -
YUV 111.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 91 104 201 0.55 0.48 0 0.21 232.91 0.5 0.57
Hex 5B 68 C9 37 30 0 15 E9 32 39
Octal 133 150 311 67 60 0 25 351 62 71
Binary 1011011 1101000 11001001 110111 110000 0 10101 11101001 110010 111001

Color Harmonies of #5B68C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B68C9

Black with #5B68C9

Text Example


Text Example

White with #5B68C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B68C9; }

 p { color: rgb(91,104,201); }

 H1.HeaderClassName
 {
   color: #5B68C9;
 }
 .AnyTagClassName
 {
   color: #5B68C9;
 }
</style>

background-color css

<style>
 a { background-color: #5B68C9; }

 a { background-color: rgb(91,104,201); }

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

border-color css

<style>
 span { border-color: #5B68C9; }

 span { border-color: rgb(91,104,201); }

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