Html Css Color HEX #6F7ACE Chetwode Blue

📋 copy color: '#6F7ACE'

red 111 ◦ green 122 ◦ blue 206

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

Shades of Chetwode Blue #6F7ACE

Tints of Chetwode Blue #6F7ACE

RGB

 RED value IS 111 (43.75% from 255) = 25.28%

 GREEN value IS 122 (48.05% from 255) = 27.79%

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 25.28%
G = 27.79%
B = 46.92%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F7ACE (or 0x6F7ACE) is known color: Chetwode Blue. HEX triplet: 6F, 7A and CE. RGB value is (111,122,206). Sum of RGB (Red+Green+Blue) = 111+122+206=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ACE is #908531. Grayscale: #7F7F7F. Windows color (decimal): -9471282 or 13531759. OLE color: 13531759.

HSL color Cylindrical-coordinate representation of color #6F7ACE: hue angle of 233.05º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7ACE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 122 206 -
CMYK 0.46 0.41 0 0.19
HSL 233.05º 0.49% 0.62% -
HSV(B) 233.05º 0.46% 0.81% -
XYZ 24.66 21.75 61.29 -
YUV 128.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 111 122 206 0.46 0.41 0 0.19 233.05 0.49 0.62
Hex 6F 7A CE 2E 29 0 13 E9 31 3E
Octal 157 172 316 56 51 0 23 351 61 76
Binary 1101111 1111010 11001110 101110 101001 0 10011 11101001 110001 111110

Color Harmonies of #6F7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7ACE

Black with #6F7ACE

Text Example


Text Example

White with #6F7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,122,206); }

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

background-color css

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

 a { background-color: rgb(111,122,206); }

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

border-color css

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

 span { border-color: rgb(111,122,206); }

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