Html Css Color HEX #6C7ACF Chetwode Blue

📋 copy color: '#6C7ACF'

red 108 ◦ green 122 ◦ blue 207

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

Shades of Chetwode Blue #6C7ACF

Tints of Chetwode Blue #6C7ACF

RGB

 RED value IS 108 (42.58% from 255) = 24.71%

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 24.71%
G = 27.92%
B = 47.37%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C7ACF (or 0x6C7ACF) is known color: Chetwode Blue. HEX triplet: 6C, 7A and CF. RGB value is (108,122,207). Sum of RGB (Red+Green+Blue) = 108+122+207=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C7ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7ACF is #938530. Grayscale: #7F7F7F. Windows color (decimal): -9667889 or 13597292. OLE color: 13597292.

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

Color convert

RGB 108 122 207 -
CMYK 0.48 0.41 0 0.19
HSL 231.52º 0.51% 0.62% -
HSV(B) 231.52º 0.48% 0.81% -
XYZ 24.41 21.61 61.92 -
YUV 127.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 108 122 207 0.48 0.41 0 0.19 231.52 0.51 0.62
Hex 6C 7A CF 30 29 0 13 E8 33 3E
Octal 154 172 317 60 51 0 23 350 63 76
Binary 1101100 1111010 11001111 110000 101001 0 10011 11101000 110011 111110

Color Harmonies of #6C7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7ACF

Black with #6C7ACF

Text Example


Text Example

White with #6C7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,122,207); }

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

background-color css

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

 a { background-color: rgb(108,122,207); }

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

border-color css

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

 span { border-color: rgb(108,122,207); }

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