Html Css Color HEX #6977CE Chetwode Blue

📋 copy color: '#6977CE'

red 105 ◦ green 119 ◦ blue 206

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

Shades of Chetwode Blue #6977CE

Tints of Chetwode Blue #6977CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 24.42%
G = 27.67%
B = 47.91%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6977CE (or 0x6977CE) is known color: Chetwode Blue. HEX triplet: 69, 77 and CE. RGB value is (105,119,206). Sum of RGB (Red+Green+Blue) = 105+119+206=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #6977CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977CE is #968831. Grayscale: #7C7C7C. Windows color (decimal): -9865266 or 13530985. OLE color: 13530985.

HSL color Cylindrical-coordinate representation of color #6977CE: hue angle of 231.68º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6977CE is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 119 206 -
CMYK 0.49 0.42 0 0.19
HSL 231.68º 0.51% 0.61% -
HSV(B) 231.68º 0.49% 0.81% -
XYZ 23.56 20.65 61.14 -
YUV 124.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 105 119 206 0.49 0.42 0 0.19 231.68 0.51 0.61
Hex 69 77 CE 31 2A 0 13 E8 33 3D
Octal 151 167 316 61 52 0 23 350 63 75
Binary 1101001 1110111 11001110 110001 101010 0 10011 11101000 110011 111101

Color Harmonies of #6977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977CE

Black with #6977CE

Text Example


Text Example

White with #6977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6977CE; }

 p { color: rgb(105,119,206); }

 H1.HeaderClassName
 {
   color: #6977CE;
 }
 .AnyTagClassName
 {
   color: #6977CE;
 }
</style>

background-color css

<style>
 a { background-color: #6977CE; }

 a { background-color: rgb(105,119,206); }

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

border-color css

<style>
 span { border-color: #6977CE; }

 span { border-color: rgb(105,119,206); }

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