Html Css Color HEX #6F71C9 Chetwode Blue

📋 copy color: '#6F71C9'

red 111 ◦ green 113 ◦ blue 201

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

Shades of Chetwode Blue #6F71C9

Tints of Chetwode Blue #6F71C9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.59%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 26.12%
G = 26.59%
B = 47.29%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F71C9 (or 0x6F71C9) is known color: Chetwode Blue. HEX triplet: 6F, 71 and C9. RGB value is (111,113,201). Sum of RGB (Red+Green+Blue) = 111+113+201=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F71C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71C9 is #908E36. Grayscale: #7A7A7A. Windows color (decimal): -9473591 or 13201775. OLE color: 13201775.

HSL color Cylindrical-coordinate representation of color #6F71C9: hue angle of 238.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F71C9 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 113 201 -
CMYK 0.45 0.44 0 0.21
HSL 238.67º 0.45% 0.61% -
HSV(B) 238.67º 0.45% 0.79% -
XYZ 23 19.41 57.79 -
YUV 122.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 111 113 201 0.45 0.44 0 0.21 238.67 0.45 0.61
Hex 6F 71 C9 2D 2C 0 15 EF 2D 3D
Octal 157 161 311 55 54 0 25 357 55 75
Binary 1101111 1110001 11001001 101101 101100 0 10101 11101111 101101 111101

Color Harmonies of #6F71C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F71C9

Black with #6F71C9

Text Example


Text Example

White with #6F71C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,113,201); }

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

background-color css

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

 a { background-color: rgb(111,113,201); }

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

border-color css

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

 span { border-color: rgb(111,113,201); }

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