Html Css Color HEX #6B6FAE Chetwode Blue

📋 copy color: '#6B6FAE'

red 107 ◦ green 111 ◦ blue 174

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

Shades of Chetwode Blue #6B6FAE

Tints of Chetwode Blue #6B6FAE

RGB

 RED value IS 107 (42.19% from 255) = 27.3%

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

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 27.3%
G = 28.32%
B = 44.39%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B6FAE (or 0x6B6FAE) is known color: Chetwode Blue. HEX triplet: 6B, 6F and AE. RGB value is (107,111,174). Sum of RGB (Red+Green+Blue) = 107+111+174=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B6FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6FAE is #949051. Grayscale: #747474. Windows color (decimal): -9736274 or 11431787. OLE color: 11431787.

HSL color Cylindrical-coordinate representation of color #6B6FAE: hue angle of 236.42º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B6FAE is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 111 174 -
CMYK 0.39 0.36 0 0.32
HSL 236.42º 0.29% 0.55% -
HSV(B) 236.42º 0.39% 0.68% -
XYZ 19.39 17.55 42.41 -
YUV 116.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 107 111 174 0.39 0.36 0 0.32 236.42 0.29 0.55
Hex 6B 6F AE 27 24 0 20 EC 1D 37
Octal 153 157 256 47 44 0 40 354 35 67
Binary 1101011 1101111 10101110 100111 100100 0 100000 11101100 11101 110111

Color Harmonies of #6B6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6FAE

Black with #6B6FAE

Text Example


Text Example

White with #6B6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B6FAE; }

 p { color: rgb(107,111,174); }

 H1.HeaderClassName
 {
   color: #6B6FAE;
 }
 .AnyTagClassName
 {
   color: #6B6FAE;
 }
</style>

background-color css

<style>
 a { background-color: #6B6FAE; }

 a { background-color: rgb(107,111,174); }

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

border-color css

<style>
 span { border-color: #6B6FAE; }

 span { border-color: rgb(107,111,174); }

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