Html Css Color HEX #6D9CCA Picton Blue

📋 copy color: '#6D9CCA'

red 109 ◦ green 156 ◦ blue 202

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

Shades of Picton Blue #6D9CCA

Tints of Picton Blue #6D9CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 23.34%
G = 33.4%
B = 43.25%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D9CCA (or 0x6D9CCA) is known color: Picton Blue. HEX triplet: 6D, 9C and CA. RGB value is (109,156,202). Sum of RGB (Red+Green+Blue) = 109+156+202=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D9CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CCA is #926335. Grayscale: #929292. Windows color (decimal): -9593654 or 13278317. OLE color: 13278317.

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

Color convert

RGB 109 156 202 -
CMYK 0.46 0.23 0 0.21
HSL 209.68º 0.47% 0.61% -
HSV(B) 209.68º 0.46% 0.79% -
XYZ 28.86 31.29 60.4 -
YUV 147.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 109 156 202 0.46 0.23 0 0.21 209.68 0.47 0.61
Hex 6D 9C CA 2E 17 0 15 D2 2F 3D
Octal 155 234 312 56 27 0 25 322 57 75
Binary 1101101 10011100 11001010 101110 10111 0 10101 11010010 101111 111101

Color Harmonies of #6D9CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9CCA

Black with #6D9CCA

Text Example


Text Example

White with #6D9CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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