Html Css Color HEX #696FCC Chetwode Blue

📋 copy color: '#696FCC'

red 105 ◦ green 111 ◦ blue 204

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

Shades of Chetwode Blue #696FCC

Tints of Chetwode Blue #696FCC

RGB

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

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

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

R = 25%
G = 26.43%
B = 48.57%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#696FCC (or 0x696FCC) is known color: Chetwode Blue. HEX triplet: 69, 6F and CC. RGB value is (105,111,204). Sum of RGB (Red+Green+Blue) = 105+111+204=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #696FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FCC is #969033. Grayscale: #777777. Windows color (decimal): -9867316 or 13397865. OLE color: 13397865.

HSL color Cylindrical-coordinate representation of color #696FCC: hue angle of 236.36º degrees, saturation: 0.49, 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 #696FCC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 111 204 -
CMYK 0.49 0.46 0 0.2
HSL 236.36º 0.49% 0.61% -
HSV(B) 236.36º 0.49% 0.8% -
XYZ 22.41 18.73 59.56 -
YUV 119.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 105 111 204 0.49 0.46 0 0.2 236.36 0.49 0.61
Hex 69 6F CC 31 2E 0 14 EC 31 3D
Octal 151 157 314 61 56 0 24 354 61 75
Binary 1101001 1101111 11001100 110001 101110 0 10100 11101100 110001 111101

Color Harmonies of #696FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696FCC

Black with #696FCC

Text Example


Text Example

White with #696FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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