Html Css Color HEX #696FCD Chetwode Blue

📋 copy color: '#696FCD'

red 105 ◦ green 111 ◦ blue 205

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

Shades of Chetwode Blue #696FCD

Tints of Chetwode Blue #696FCD

RGB

 RED value IS 105 (41.41% from 255) = 24.94%

 GREEN value IS 111 (43.75% from 255) = 26.37%

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 24.94%
G = 26.37%
B = 48.69%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#696FCD (or 0x696FCD) is known color: Chetwode Blue. HEX triplet: 69, 6F and CD. RGB value is (105,111,205). Sum of RGB (Red+Green+Blue) = 105+111+205=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #696FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FCD is #969032. Grayscale: #777777. Windows color (decimal): -9867315 or 13463401. OLE color: 13463401.

HSL color Cylindrical-coordinate representation of color #696FCD: hue angle of 236.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696FCD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 111 205 -
CMYK 0.49 0.46 0 0.20
HSL 236.4º 0.5% 0.61% -
HSV(B) 236.4º 0.49% 0.8% -
XYZ 22.53 18.78 60.2 -
YUV 119.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 105 111 205 0.49 0.46 0 0.20 236.4 0.5 0.61
Hex 69 6F CD 31 2E 0 14 EC 32 3D
Octal 151 157 315 61 56 0 24 354 62 75
Binary 1101001 1101111 11001101 110001 101110 0 10100 11101100 110010 111101

Color Harmonies of #696FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FCD

Black with #696FCD

Text Example


Text Example

White with #696FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696FCD; }

 p { color: rgb(105,111,205); }

 H1.HeaderClassName
 {
   color: #696FCD;
 }
 .AnyTagClassName
 {
   color: #696FCD;
 }
</style>

background-color css

<style>
 a { background-color: #696FCD; }

 a { background-color: rgb(105,111,205); }

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

border-color css

<style>
 span { border-color: #696FCD; }

 span { border-color: rgb(105,111,205); }

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