Html Css Color HEX #68A5CD Picton Blue

📋 copy color: '#68A5CD'

red 104 ◦ green 165 ◦ blue 205

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

Shades of Picton Blue #68A5CD

Tints of Picton Blue #68A5CD

RGB

 RED value IS 104 (41.02% from 255) = 21.94%

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

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

R = 21.94%
G = 34.81%
B = 43.25%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68A5CD (or 0x68A5CD) is known color: Picton Blue. HEX triplet: 68, A5 and CD. RGB value is (104,165,205). Sum of RGB (Red+Green+Blue) = 104+165+205=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #68A5CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5CD is #975A32. Grayscale: #979797. Windows color (decimal): -9919027 or 13477224. OLE color: 13477224.

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

Color convert

RGB 104 165 205 -
CMYK 0.49 0.20 0 0.20
HSL 203.76º 0.5% 0.61% -
HSV(B) 203.76º 0.49% 0.8% -
XYZ 30.18 34.26 62.78 -
YUV 151.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 104 165 205 0.49 0.20 0 0.20 203.76 0.5 0.61
Hex 68 A5 CD 31 14 0 14 CC 32 3D
Octal 150 245 315 61 24 0 24 314 62 75
Binary 1101000 10100101 11001101 110001 10100 0 10100 11001100 110010 111101

Color Harmonies of #68A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A5CD

Black with #68A5CD

Text Example


Text Example

White with #68A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A5CD; }

 p { color: rgb(104,165,205); }

 H1.HeaderClassName
 {
   color: #68A5CD;
 }
 .AnyTagClassName
 {
   color: #68A5CD;
 }
</style>

background-color css

<style>
 a { background-color: #68A5CD; }

 a { background-color: rgb(104,165,205); }

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

border-color css

<style>
 span { border-color: #68A5CD; }

 span { border-color: rgb(104,165,205); }

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