Html Css Color HEX #6775AF Chetwode Blue

📋 copy color: '#6775AF'

red 103 ◦ green 117 ◦ blue 175

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

Shades of Chetwode Blue #6775AF

Tints of Chetwode Blue #6775AF

RGB

 RED value IS 103 (40.63% from 255) = 26.08%

 GREEN value IS 117 (46.09% from 255) = 29.62%

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

R = 26.08%
G = 29.62%
B = 44.3%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6775AF (or 0x6775AF) is known color: Chetwode Blue. HEX triplet: 67, 75 and AF. RGB value is (103,117,175). Sum of RGB (Red+Green+Blue) = 103+117+175=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #6775AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6775AF is #988A50. Grayscale: #777777. Windows color (decimal): -9996881 or 11498855. OLE color: 11498855.

HSL color Cylindrical-coordinate representation of color #6775AF: hue angle of 228.33º 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 #6775AF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 117 175 -
CMYK 0.41 0.33 0 0.31
HSL 228.33º 0.31% 0.55% -
HSV(B) 228.33º 0.41% 0.69% -
XYZ 19.69 18.7 43.13 -
YUV 119.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 103 117 175 0.41 0.33 0 0.31 228.33 0.31 0.55
Hex 67 75 AF 29 21 0 1F E4 1F 37
Octal 147 165 257 51 41 0 37 344 37 67
Binary 1100111 1110101 10101111 101001 100001 0 11111 11100100 11111 110111

Color Harmonies of #6775AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6775AF

Black with #6775AF

Text Example


Text Example

White with #6775AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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