Html Css Color HEX #6875CC Chetwode Blue

📋 copy color: '#6875CC'

red 104 ◦ green 117 ◦ blue 204

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

Shades of Chetwode Blue #6875CC

Tints of Chetwode Blue #6875CC

RGB

 RED value IS 104 (41.02% from 255) = 24.47%

 GREEN value IS 117 (46.09% from 255) = 27.53%

 BLUE value IS 204 (80.08% from 255) = 48%

R = 24.47%
G = 27.53%
B = 48%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6875CC (or 0x6875CC) is known color: Chetwode Blue. HEX triplet: 68, 75 and CC. RGB value is (104,117,204). Sum of RGB (Red+Green+Blue) = 104+117+204=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #6875CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875CC is #978A33. Grayscale: #7A7A7A. Windows color (decimal): -9931316 or 13399400. OLE color: 13399400.

HSL color Cylindrical-coordinate representation of color #6875CC: hue angle of 232.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6875CC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 117 204 -
CMYK 0.49 0.43 0 0.2
HSL 232.2º 0.5% 0.6% -
HSV(B) 232.2º 0.49% 0.8% -
XYZ 22.97 20.03 59.78 -
YUV 123.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 104 117 204 0.49 0.43 0 0.2 232.2 0.5 0.6
Hex 68 75 CC 31 2B 0 14 E8 32 3C
Octal 150 165 314 61 53 0 24 350 62 74
Binary 1101000 1110101 11001100 110001 101011 0 10100 11101000 110010 111100

Color Harmonies of #6875CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875CC

Black with #6875CC

Text Example


Text Example

White with #6875CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6875CC; }

 p { color: rgb(104,117,204); }

 H1.HeaderClassName
 {
   color: #6875CC;
 }
 .AnyTagClassName
 {
   color: #6875CC;
 }
</style>

background-color css

<style>
 a { background-color: #6875CC; }

 a { background-color: rgb(104,117,204); }

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

border-color css

<style>
 span { border-color: #6875CC; }

 span { border-color: rgb(104,117,204); }

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