Html Css Color HEX #5F69BE Chetwode Blue

📋 copy color: '#5F69BE'

red 95 ◦ green 105 ◦ blue 190

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

Shades of Chetwode Blue #5F69BE

Tints of Chetwode Blue #5F69BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 24.36%
G = 26.92%
B = 48.72%

CMYK

 C value IS 0.5

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F69BE (or 0x5F69BE) is known color: Chetwode Blue. HEX triplet: 5F, 69 and BE. RGB value is (95,105,190). Sum of RGB (Red+Green+Blue) = 95+105+190=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F69BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F69BE is #A09641. Grayscale: #6F6F6F. Windows color (decimal): -10524226 or 12478815. OLE color: 12478815.

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

Color convert

RGB 95 105 190 -
CMYK 0.5 0.45 0 0.25
HSL 233.68º 0.42% 0.56% -
HSV(B) 233.68º 0.5% 0.75% -
XYZ 19.07 16.25 50.85 -
YUV 111.7 172.19 116.09 -
System Red Green Blue C M Y K H S L
Decimal 95 105 190 0.5 0.45 0 0.25 233.68 0.42 0.56
Hex 5F 69 BE 32 2D 0 19 EA 2A 38
Octal 137 151 276 62 55 0 31 352 52 70
Binary 1011111 1101001 10111110 110010 101101 0 11001 11101010 101010 111000

Color Harmonies of #5F69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F69BE

Black with #5F69BE

Text Example


Text Example

White with #5F69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,105,190); }

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

background-color css

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

 a { background-color: rgb(95,105,190); }

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

border-color css

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

 span { border-color: rgb(95,105,190); }

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