Html Css Color HEX #5F68BD Chetwode Blue

📋 copy color: '#5F68BD'

red 95 ◦ green 104 ◦ blue 189

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

Shades of Chetwode Blue #5F68BD

Tints of Chetwode Blue #5F68BD

RGB

 RED value IS 95 (37.5% from 255) = 24.48%

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

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

R = 24.48%
G = 26.8%
B = 48.71%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5F68BD (or 0x5F68BD) is known color: Chetwode Blue. HEX triplet: 5F, 68 and BD. RGB value is (95,104,189). Sum of RGB (Red+Green+Blue) = 95+104+189=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F68BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F68BD is #A09742. Grayscale: #6E6E6E. Windows color (decimal): -10524483 or 12413023. OLE color: 12413023.

HSL color Cylindrical-coordinate representation of color #5F68BD: hue angle of 234.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F68BD is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 104 189 -
CMYK 0.50 0.45 0 0.26
HSL 234.26º 0.42% 0.56% -
HSV(B) 234.26º 0.5% 0.74% -
XYZ 18.85 16.01 50.24 -
YUV 111 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 95 104 189 0.50 0.45 0 0.26 234.26 0.42 0.56
Hex 5F 68 BD 32 2D 0 1A EA 2A 38
Octal 137 150 275 62 55 0 32 352 52 70
Binary 1011111 1101000 10111101 110010 101101 0 11010 11101010 101010 111000

Color Harmonies of #5F68BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F68BD

Black with #5F68BD

Text Example


Text Example

White with #5F68BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,104,189); }

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

background-color css

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

 a { background-color: rgb(95,104,189); }

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

border-color css

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

 span { border-color: rgb(95,104,189); }

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