Html Css Color HEX #6875CB Chetwode Blue

📋 copy color: '#6875CB'

red 104 ◦ green 117 ◦ blue 203

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

Shades of Chetwode Blue #6875CB

Tints of Chetwode Blue #6875CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 24.53%
G = 27.59%
B = 47.88%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6875CB (or 0x6875CB) is known color: Chetwode Blue. HEX triplet: 68, 75 and CB. RGB value is (104,117,203). Sum of RGB (Red+Green+Blue) = 104+117+203=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #6875CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875CB is #978A34. Grayscale: #7A7A7A. Windows color (decimal): -9931317 or 13333864. OLE color: 13333864.

HSL color Cylindrical-coordinate representation of color #6875CB: hue angle of 232.12º degrees, saturation: 0.49, 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 #6875CB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 117 203 -
CMYK 0.49 0.42 0 0.20
HSL 232.12º 0.49% 0.6% -
HSV(B) 232.12º 0.49% 0.8% -
XYZ 22.85 19.98 59.15 -
YUV 122.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 104 117 203 0.49 0.42 0 0.20 232.12 0.49 0.6
Hex 68 75 CB 31 2A 0 14 E8 31 3C
Octal 150 165 313 61 52 0 24 350 61 74
Binary 1101000 1110101 11001011 110001 101010 0 10100 11101000 110001 111100

Color Harmonies of #6875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875CB

Black with #6875CB

Text Example


Text Example

White with #6875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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