Html Css Color HEX #6DA1CC Picton Blue

📋 copy color: '#6DA1CC'

red 109 ◦ green 161 ◦ blue 204

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

Shades of Picton Blue #6DA1CC

Tints of Picton Blue #6DA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.97%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 23%
G = 33.97%
B = 43.04%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6DA1CC (or 0x6DA1CC) is known color: Picton Blue. HEX triplet: 6D, A1 and CC. RGB value is (109,161,204). Sum of RGB (Red+Green+Blue) = 109+161+204=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DA1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA1CC is #925E33. Grayscale: #969696. Windows color (decimal): -9592372 or 13410669. OLE color: 13410669.

HSL color Cylindrical-coordinate representation of color #6DA1CC: hue angle of 207.16º degrees, saturation: 0.48, 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 #6DA1CC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 161 204 -
CMYK 0.47 0.21 0 0.2
HSL 207.16º 0.48% 0.61% -
HSV(B) 207.16º 0.47% 0.8% -
XYZ 29.95 33.1 61.94 -
YUV 150.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 109 161 204 0.47 0.21 0 0.2 207.16 0.48 0.61
Hex 6D A1 CC 2F 15 0 14 CF 30 3D
Octal 155 241 314 57 25 0 24 317 60 75
Binary 1101101 10100001 11001100 101111 10101 0 10100 11001111 110000 111101

Color Harmonies of #6DA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA1CC

Black with #6DA1CC

Text Example


Text Example

White with #6DA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,161,204); }

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

background-color css

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

 a { background-color: rgb(109,161,204); }

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

border-color css

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

 span { border-color: rgb(109,161,204); }

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