Html Css Color HEX #6DA5CC Picton Blue

📋 copy color: '#6DA5CC'

red 109 ◦ green 165 ◦ blue 204

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

Shades of Picton Blue #6DA5CC

Tints of Picton Blue #6DA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.52%

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

R = 22.8%
G = 34.52%
B = 42.68%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6DA5CC (or 0x6DA5CC) is known color: Picton Blue. HEX triplet: 6D, A5 and CC. RGB value is (109,165,204). Sum of RGB (Red+Green+Blue) = 109+165+204=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA5CC is #925A33. Grayscale: #989898. Windows color (decimal): -9591348 or 13411693. OLE color: 13411693.

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

Color convert

RGB 109 165 204 -
CMYK 0.47 0.19 0 0.2
HSL 204.63º 0.48% 0.61% -
HSV(B) 204.63º 0.47% 0.8% -
XYZ 30.66 34.52 62.17 -
YUV 152.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 109 165 204 0.47 0.19 0 0.2 204.63 0.48 0.61
Hex 6D A5 CC 2F 13 0 14 CD 30 3D
Octal 155 245 314 57 23 0 24 315 60 75
Binary 1101101 10100101 11001100 101111 10011 0 10100 11001101 110000 111101

Color Harmonies of #6DA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA5CC

Black with #6DA5CC

Text Example


Text Example

White with #6DA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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