Html Css Color HEX #6D9ACE Picton Blue

📋 copy color: '#6D9ACE'

red 109 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #6D9ACE

Tints of Picton Blue #6D9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

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

R = 23.24%
G = 32.84%
B = 43.92%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D9ACE (or 0x6D9ACE) is known color: Picton Blue. HEX triplet: 6D, 9A and CE. RGB value is (109,154,206). Sum of RGB (Red+Green+Blue) = 109+154+206=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ACE is #926531. Grayscale: #929292. Windows color (decimal): -9594162 or 13539949. OLE color: 13539949.

HSL color Cylindrical-coordinate representation of color #6D9ACE: hue angle of 212.16º 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 #6D9ACE is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 154 206 -
CMYK 0.47 0.25 0 0.19
HSL 212.16º 0.5% 0.62% -
HSV(B) 212.16º 0.47% 0.81% -
XYZ 29 30.82 62.81 -
YUV 146.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 109 154 206 0.47 0.25 0 0.19 212.16 0.5 0.62
Hex 6D 9A CE 2F 19 0 13 D4 32 3E
Octal 155 232 316 57 31 0 23 324 62 76
Binary 1101101 10011010 11001110 101111 11001 0 10011 11010100 110010 111110

Color Harmonies of #6D9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9ACE

Black with #6D9ACE

Text Example


Text Example

White with #6D9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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