Html Css Color HEX #5F6BCC Chetwode Blue

📋 copy color: '#5F6BCC'

red 95 ◦ green 107 ◦ blue 204

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

Shades of Chetwode Blue #5F6BCC

Tints of Chetwode Blue #5F6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 23.4%
G = 26.35%
B = 50.25%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F6BCC (or 0x5F6BCC) is known color: Chetwode Blue. HEX triplet: 5F, 6B and CC. RGB value is (95,107,204). Sum of RGB (Red+Green+Blue) = 95+107+204=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F6BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6BCC is #A09433. Grayscale: #727272. Windows color (decimal): -10523700 or 13396831. OLE color: 13396831.

HSL color Cylindrical-coordinate representation of color #5F6BCC: hue angle of 233.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F6BCC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 107 204 -
CMYK 0.53 0.48 0 0.2
HSL 233.39º 0.52% 0.59% -
HSV(B) 233.39º 0.53% 0.8% -
XYZ 20.88 17.31 59.37 -
YUV 114.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 95 107 204 0.53 0.48 0 0.2 233.39 0.52 0.59
Hex 5F 6B CC 35 30 0 14 E9 34 3B
Octal 137 153 314 65 60 0 24 351 64 73
Binary 1011111 1101011 11001100 110101 110000 0 10100 11101001 110100 111011

Color Harmonies of #5F6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6BCC

Black with #5F6BCC

Text Example


Text Example

White with #5F6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,107,204); }

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

background-color css

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

 a { background-color: rgb(95,107,204); }

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

border-color css

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

 span { border-color: rgb(95,107,204); }

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