Html Css Color HEX #696CC4 Chetwode Blue

📋 copy color: '#696CC4'

red 105 ◦ green 108 ◦ blue 196

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

Shades of Chetwode Blue #696CC4

Tints of Chetwode Blue #696CC4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

 BLUE value IS 196 (76.95% from 255) = 47.92%

R = 25.67%
G = 26.41%
B = 47.92%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#696CC4 (or 0x696CC4) is known color: Chetwode Blue. HEX triplet: 69, 6C and C4. RGB value is (105,108,196). Sum of RGB (Red+Green+Blue) = 105+108+196=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #696CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CC4 is #96933B. Grayscale: #747474. Windows color (decimal): -9868092 or 12872809. OLE color: 12872809.

HSL color Cylindrical-coordinate representation of color #696CC4: hue angle of 238.02º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696CC4 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 108 196 -
CMYK 0.46 0.45 0 0.23
HSL 238.02º 0.44% 0.59% -
HSV(B) 238.02º 0.46% 0.77% -
XYZ 21.15 17.71 54.53 -
YUV 117.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 105 108 196 0.46 0.45 0 0.23 238.02 0.44 0.59
Hex 69 6C C4 2E 2D 0 17 EE 2C 3B
Octal 151 154 304 56 55 0 27 356 54 73
Binary 1101001 1101100 11000100 101110 101101 0 10111 11101110 101100 111011

Color Harmonies of #696CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CC4

Black with #696CC4

Text Example


Text Example

White with #696CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,196); }

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

background-color css

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

 a { background-color: rgb(105,108,196); }

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

border-color css

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

 span { border-color: rgb(105,108,196); }

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