Html Css Color HEX #5F69AF Chetwode Blue

📋 copy color: '#5F69AF'

red 95 ◦ green 105 ◦ blue 175

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

Shades of Chetwode Blue #5F69AF

Tints of Chetwode Blue #5F69AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 25.33%
G = 28%
B = 46.67%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5F69AF (or 0x5F69AF) is known color: Chetwode Blue. HEX triplet: 5F, 69 and AF. RGB value is (95,105,175). Sum of RGB (Red+Green+Blue) = 95+105+175=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F69AF is #A09650. Grayscale: #6D6D6D. Windows color (decimal): -10524241 or 11495775. OLE color: 11495775.

HSL color Cylindrical-coordinate representation of color #5F69AF: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F69AF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 105 175 -
CMYK 0.46 0.40 0 0.31
HSL 232.5º 0.33% 0.53% -
HSV(B) 232.5º 0.46% 0.69% -
XYZ 17.51 15.63 42.65 -
YUV 109.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 95 105 175 0.46 0.40 0 0.31 232.5 0.33 0.53
Hex 5F 69 AF 2E 28 0 1F E8 21 35
Octal 137 151 257 56 50 0 37 350 41 65
Binary 1011111 1101001 10101111 101110 101000 0 11111 11101000 100001 110101

Color Harmonies of #5F69AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F69AF

Black with #5F69AF

Text Example


Text Example

White with #5F69AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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