Html Css Color HEX #697BCB Chetwode Blue

📋 copy color: '#697BCB'

red 105 ◦ green 123 ◦ blue 203

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

Shades of Chetwode Blue #697BCB

Tints of Chetwode Blue #697BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

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

R = 24.36%
G = 28.54%
B = 47.1%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#697BCB (or 0x697BCB) is known color: Chetwode Blue. HEX triplet: 69, 7B and CB. RGB value is (105,123,203). Sum of RGB (Red+Green+Blue) = 105+123+203=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #697BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BCB is #968434. Grayscale: #7E7E7E. Windows color (decimal): -9864245 or 13335401. OLE color: 13335401.

HSL color Cylindrical-coordinate representation of color #697BCB: hue angle of 228.98º 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 #697BCB is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 123 203 -
CMYK 0.48 0.39 0 0.20
HSL 228.98º 0.49% 0.6% -
HSV(B) 228.98º 0.48% 0.8% -
XYZ 23.69 21.48 59.4 -
YUV 126.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 105 123 203 0.48 0.39 0 0.20 228.98 0.49 0.6
Hex 69 7B CB 30 27 0 14 E5 31 3C
Octal 151 173 313 60 47 0 24 345 61 74
Binary 1101001 1111011 11001011 110000 100111 0 10100 11100101 110001 111100

Color Harmonies of #697BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BCB

Black with #697BCB

Text Example


Text Example

White with #697BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697BCB; }

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

 H1.HeaderClassName
 {
   color: #697BCB;
 }
 .AnyTagClassName
 {
   color: #697BCB;
 }
</style>

background-color css

<style>
 a { background-color: #697BCB; }

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

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

border-color css

<style>
 span { border-color: #697BCB; }

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

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