Html Css Color HEX #6C9DCD Picton Blue

📋 copy color: '#6C9DCD'

red 108 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #6C9DCD

Tints of Picton Blue #6C9DCD

RGB

 RED value IS 108 (42.58% from 255) = 22.98%

 GREEN value IS 157 (61.72% from 255) = 33.4%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 22.98%
G = 33.4%
B = 43.62%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C9DCD (or 0x6C9DCD) is known color: Picton Blue. HEX triplet: 6C, 9D and CD. RGB value is (108,157,205). Sum of RGB (Red+Green+Blue) = 108+157+205=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9DCD is #936232. Grayscale: #939393. Windows color (decimal): -9658931 or 13475180. OLE color: 13475180.

HSL color Cylindrical-coordinate representation of color #6C9DCD: hue angle of 209.69º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C9DCD is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 157 205 -
CMYK 0.47 0.23 0 0.20
HSL 209.69º 0.49% 0.61% -
HSV(B) 209.69º 0.47% 0.8% -
XYZ 29.26 31.71 62.34 -
YUV 147.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 108 157 205 0.47 0.23 0 0.20 209.69 0.49 0.61
Hex 6C 9D CD 2F 17 0 14 D2 31 3D
Octal 154 235 315 57 27 0 24 322 61 75
Binary 1101100 10011101 11001101 101111 10111 0 10100 11010010 110001 111101

Color Harmonies of #6C9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9DCD

Black with #6C9DCD

Text Example


Text Example

White with #6C9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9DCD; }

 p { color: rgb(108,157,205); }

 H1.HeaderClassName
 {
   color: #6C9DCD;
 }
 .AnyTagClassName
 {
   color: #6C9DCD;
 }
</style>

background-color css

<style>
 a { background-color: #6C9DCD; }

 a { background-color: rgb(108,157,205); }

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

border-color css

<style>
 span { border-color: #6C9DCD; }

 span { border-color: rgb(108,157,205); }

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