Html Css Color HEX #6970CB Chetwode Blue

📋 copy color: '#6970CB'

red 105 ◦ green 112 ◦ blue 203

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

Shades of Chetwode Blue #6970CB

Tints of Chetwode Blue #6970CB

RGB

 RED value IS 105 (41.41% from 255) = 25%

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 25%
G = 26.67%
B = 48.33%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6970CB (or 0x6970CB) is known color: Chetwode Blue. HEX triplet: 69, 70 and CB. RGB value is (105,112,203). Sum of RGB (Red+Green+Blue) = 105+112+203=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #6970CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970CB is #968F34. Grayscale: #777777. Windows color (decimal): -9867061 or 13332585. OLE color: 13332585.

HSL color Cylindrical-coordinate representation of color #6970CB: hue angle of 235.71º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6970CB is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 112 203 -
CMYK 0.48 0.45 0 0.20
HSL 235.71º 0.49% 0.6% -
HSV(B) 235.71º 0.48% 0.8% -
XYZ 22.4 18.9 58.97 -
YUV 120.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 105 112 203 0.48 0.45 0 0.20 235.71 0.49 0.6
Hex 69 70 CB 30 2D 0 14 EC 31 3C
Octal 151 160 313 60 55 0 24 354 61 74
Binary 1101001 1110000 11001011 110000 101101 0 10100 11101100 110001 111100

Color Harmonies of #6970CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970CB

Black with #6970CB

Text Example


Text Example

White with #6970CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,112,203); }

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

background-color css

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

 a { background-color: rgb(105,112,203); }

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

border-color css

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

 span { border-color: rgb(105,112,203); }

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