Html Css Color HEX #6969AF Chetwode Blue

📋 copy color: '#6969AF'

red 105 ◦ green 105 ◦ blue 175

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

Shades of Chetwode Blue #6969AF

Tints of Chetwode Blue #6969AF

RGB

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

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

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

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6969AF (or 0x6969AF) is known color: Chetwode Blue. HEX triplet: 69, 69 and AF. RGB value is (105,105,175). Sum of RGB (Red+Green+Blue) = 105+105+175=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #6969AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6969AF is #969650. Grayscale: #707070. Windows color (decimal): -9868881 or 11495785. OLE color: 11495785.

HSL color Cylindrical-coordinate representation of color #6969AF: hue angle of 240º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6969AF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 105 175 -
CMYK 0.40 0.40 0 0.31
HSL 240º 0.3% 0.55% -
HSV(B) 240º 0.4% 0.69% -
XYZ 18.62 16.2 42.7 -
YUV 112.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 105 105 175 0.40 0.40 0 0.31 240 0.3 0.55
Hex 69 69 AF 28 28 0 1F F0 1E 37
Octal 151 151 257 50 50 0 37 360 36 67
Binary 1101001 1101001 10101111 101000 101000 0 11111 11110000 11110 110111

Color Harmonies of #6969AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6969AF

Black with #6969AF

Text Example


Text Example

White with #6969AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6969AF; }

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

 H1.HeaderClassName
 {
   color: #6969AF;
 }
 .AnyTagClassName
 {
   color: #6969AF;
 }
</style>

background-color css

<style>
 a { background-color: #6969AF; }

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

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

border-color css

<style>
 span { border-color: #6969AF; }

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

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