Html Css Color HEX #5F69CC Chetwode Blue

📋 copy color: '#5F69CC'

red 95 ◦ green 105 ◦ blue 204

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

Shades of Chetwode Blue #5F69CC

Tints of Chetwode Blue #5F69CC

RGB

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

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

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

R = 23.51%
G = 25.99%
B = 50.5%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F69CC (or 0x5F69CC) is known color: Chetwode Blue. HEX triplet: 5F, 69 and CC. RGB value is (95,105,204). Sum of RGB (Red+Green+Blue) = 95+105+204=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F69CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F69CC is #A09633. Grayscale: #707070. Windows color (decimal): -10524212 or 13396319. OLE color: 13396319.

HSL color Cylindrical-coordinate representation of color #5F69CC: hue angle of 234.5º 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 #5F69CC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 105 204 -
CMYK 0.53 0.49 0 0.2
HSL 234.5º 0.52% 0.59% -
HSV(B) 234.5º 0.53% 0.8% -
XYZ 20.67 16.9 59.3 -
YUV 113.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 95 105 204 0.53 0.49 0 0.2 234.5 0.52 0.59
Hex 5F 69 CC 35 31 0 14 EA 34 3B
Octal 137 151 314 65 61 0 24 352 64 73
Binary 1011111 1101001 11001100 110101 110001 0 10100 11101010 110100 111011

Color Harmonies of #5F69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F69CC

Black with #5F69CC

Text Example


Text Example

White with #5F69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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