Html Css Color HEX #6867AF Chetwode Blue

📋 copy color: '#6867AF'

red 104 ◦ green 103 ◦ blue 175

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

Shades of Chetwode Blue #6867AF

Tints of Chetwode Blue #6867AF

RGB

 RED value IS 104 (41.02% from 255) = 27.23%

 GREEN value IS 103 (40.63% from 255) = 26.96%

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

R = 27.23%
G = 26.96%
B = 45.81%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6867AF (or 0x6867AF) is known color: Chetwode Blue. HEX triplet: 68, 67 and AF. RGB value is (104,103,175). Sum of RGB (Red+Green+Blue) = 104+103+175=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #6867AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6867AF is #979850. Grayscale: #6F6F6F. Windows color (decimal): -9934929 or 11495272. OLE color: 11495272.

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

Color convert

RGB 104 103 175 -
CMYK 0.41 0.41 0 0.31
HSL 240.83º 0.31% 0.55% -
HSV(B) 240.83º 0.41% 0.69% -
XYZ 18.3 15.74 42.63 -
YUV 111.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 104 103 175 0.41 0.41 0 0.31 240.83 0.31 0.55
Hex 68 67 AF 29 29 0 1F F1 1F 37
Octal 150 147 257 51 51 0 37 361 37 67
Binary 1101000 1100111 10101111 101001 101001 0 11111 11110001 11111 110111

Color Harmonies of #6867AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6867AF

Black with #6867AF

Text Example


Text Example

White with #6867AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,103,175); }

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

background-color css

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

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

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

border-color css

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

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

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