Html Css Color HEX #6D9CCE Picton Blue

📋 copy color: '#6D9CCE'

red 109 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #6D9CCE

Tints of Picton Blue #6D9CCE

RGB

 RED value IS 109 (42.97% from 255) = 23.14%

 GREEN value IS 156 (61.33% from 255) = 33.12%

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

R = 23.14%
G = 33.12%
B = 43.74%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D9CCE (or 0x6D9CCE) is known color: Picton Blue. HEX triplet: 6D, 9C and CE. RGB value is (109,156,206). Sum of RGB (Red+Green+Blue) = 109+156+206=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CCE is #926331. Grayscale: #939393. Windows color (decimal): -9593650 or 13540461. OLE color: 13540461.

HSL color Cylindrical-coordinate representation of color #6D9CCE: hue angle of 210.93º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D9CCE is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 156 206 -
CMYK 0.47 0.24 0 0.19
HSL 210.93º 0.5% 0.62% -
HSV(B) 210.93º 0.47% 0.81% -
XYZ 29.34 31.48 62.92 -
YUV 147.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 109 156 206 0.47 0.24 0 0.19 210.93 0.5 0.62
Hex 6D 9C CE 2F 18 0 13 D3 32 3E
Octal 155 234 316 57 30 0 23 323 62 76
Binary 1101101 10011100 11001110 101111 11000 0 10011 11010011 110010 111110

Color Harmonies of #6D9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9CCE

Black with #6D9CCE

Text Example


Text Example

White with #6D9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,156,206); }

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

background-color css

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

 a { background-color: rgb(109,156,206); }

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

border-color css

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

 span { border-color: rgb(109,156,206); }

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