Html Css Color HEX #5E69AF Chetwode Blue

📋 copy color: '#5E69AF'

red 94 ◦ green 105 ◦ blue 175

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

Shades of Chetwode Blue #5E69AF

Tints of Chetwode Blue #5E69AF

RGB

 RED value IS 94 (37.11% from 255) = 25.13%

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

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

R = 25.13%
G = 28.07%
B = 46.79%

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

#5E69AF (or 0x5E69AF) is known color: Chetwode Blue. HEX triplet: 5E, 69 and AF. RGB value is (94,105,175). Sum of RGB (Red+Green+Blue) = 94+105+175=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E69AF is #A19650. Grayscale: #6D6D6D. Windows color (decimal): -10589777 or 11495774. OLE color: 11495774.

HSL color Cylindrical-coordinate representation of color #5E69AF: hue angle of 231.85º degrees, saturation: 0.34, 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 #5E69AF is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 105 175 -
CMYK 0.46 0.40 0 0.31
HSL 231.85º 0.34% 0.53% -
HSV(B) 231.85º 0.46% 0.69% -
XYZ 17.41 15.58 42.65 -
YUV 109.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 94 105 175 0.46 0.40 0 0.31 231.85 0.34 0.53
Hex 5E 69 AF 2E 28 0 1F E8 22 35
Octal 136 151 257 56 50 0 37 350 42 65
Binary 1011110 1101001 10101111 101110 101000 0 11111 11101000 100010 110101

Color Harmonies of #5E69AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E69AF

Black with #5E69AF

Text Example


Text Example

White with #5E69AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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