Html Css Color HEX #6A9CCD Picton Blue

📋 copy color: '#6A9CCD'

red 106 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #6A9CCD

Tints of Picton Blue #6A9CCD

RGB

 RED value IS 106 (41.8% from 255) = 22.7%

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

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

R = 22.7%
G = 33.4%
B = 43.9%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A9CCD (or 0x6A9CCD) is known color: Picton Blue. HEX triplet: 6A, 9C and CD. RGB value is (106,156,205). Sum of RGB (Red+Green+Blue) = 106+156+205=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9CCD is #956332. Grayscale: #929292. Windows color (decimal): -9790259 or 13474922. OLE color: 13474922.

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

Color convert

RGB 106 156 205 -
CMYK 0.48 0.24 0 0.20
HSL 209.7º 0.5% 0.61% -
HSV(B) 209.7º 0.48% 0.8% -
XYZ 28.85 31.25 62.27 -
YUV 146.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 106 156 205 0.48 0.24 0 0.20 209.7 0.5 0.61
Hex 6A 9C CD 30 18 0 14 D2 32 3D
Octal 152 234 315 60 30 0 24 322 62 75
Binary 1101010 10011100 11001101 110000 11000 0 10100 11010010 110010 111101

Color Harmonies of #6A9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9CCD

Black with #6A9CCD

Text Example


Text Example

White with #6A9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,156,205); }

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

background-color css

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

 a { background-color: rgb(106,156,205); }

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

border-color css

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

 span { border-color: rgb(106,156,205); }

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