Html Css Color HEX #6F79CE Chetwode Blue

📋 copy color: '#6F79CE'

red 111 ◦ green 121 ◦ blue 206

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

Shades of Chetwode Blue #6F79CE

Tints of Chetwode Blue #6F79CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.63%

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

R = 25.34%
G = 27.63%
B = 47.03%

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

#6F79CE (or 0x6F79CE) is known color: Chetwode Blue. HEX triplet: 6F, 79 and CE. RGB value is (111,121,206). Sum of RGB (Red+Green+Blue) = 111+121+206=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F79CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F79CE is #908631. Grayscale: #7F7F7F. Windows color (decimal): -9471538 or 13531503. OLE color: 13531503.

HSL color Cylindrical-coordinate representation of color #6F79CE: hue angle of 233.68º 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 #6F79CE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 121 206 -
CMYK 0.46 0.41 0 0.19
HSL 233.68º 0.49% 0.62% -
HSV(B) 233.68º 0.46% 0.81% -
XYZ 24.53 21.51 61.25 -
YUV 127.7 172.19 116.09 -
System Red Green Blue C M Y K H S L
Decimal 111 121 206 0.46 0.41 0 0.19 233.68 0.49 0.62
Hex 6F 79 CE 2E 29 0 13 EA 31 3E
Octal 157 171 316 56 51 0 23 352 61 76
Binary 1101111 1111001 11001110 101110 101001 0 10011 11101010 110001 111110

Color Harmonies of #6F79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F79CE

Black with #6F79CE

Text Example


Text Example

White with #6F79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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