Html Css Color HEX #6874CB Chetwode Blue

📋 copy color: '#6874CB'

red 104 ◦ green 116 ◦ blue 203

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

Shades of Chetwode Blue #6874CB

Tints of Chetwode Blue #6874CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

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

R = 24.59%
G = 27.42%
B = 47.99%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6874CB (or 0x6874CB) is known color: Chetwode Blue. HEX triplet: 68, 74 and CB. RGB value is (104,116,203). Sum of RGB (Red+Green+Blue) = 104+116+203=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #6874CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6874CB is #978B34. Grayscale: #797979. Windows color (decimal): -9931573 or 13333608. OLE color: 13333608.

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

Color convert

RGB 104 116 203 -
CMYK 0.49 0.43 0 0.20
HSL 232.73º 0.49% 0.6% -
HSV(B) 232.73º 0.49% 0.8% -
XYZ 22.73 19.75 59.11 -
YUV 122.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 104 116 203 0.49 0.43 0 0.20 232.73 0.49 0.6
Hex 68 74 CB 31 2B 0 14 E9 31 3C
Octal 150 164 313 61 53 0 24 351 61 74
Binary 1101000 1110100 11001011 110001 101011 0 10100 11101001 110001 111100

Color Harmonies of #6874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6874CB

Black with #6874CB

Text Example


Text Example

White with #6874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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