Html Css Color HEX #68A5CC Picton Blue

📋 copy color: '#68A5CC'

red 104 ◦ green 165 ◦ blue 204

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

Shades of Picton Blue #68A5CC

Tints of Picton Blue #68A5CC

RGB

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

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

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

R = 21.99%
G = 34.88%
B = 43.13%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68A5CC (or 0x68A5CC) is known color: Picton Blue. HEX triplet: 68, A5 and CC. RGB value is (104,165,204). Sum of RGB (Red+Green+Blue) = 104+165+204=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #68A5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5CC is #975A33. Grayscale: #969696. Windows color (decimal): -9919028 or 13411688. OLE color: 13411688.

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

Color convert

RGB 104 165 204 -
CMYK 0.49 0.19 0 0.2
HSL 203.4º 0.5% 0.6% -
HSV(B) 203.4º 0.49% 0.8% -
XYZ 30.06 34.21 62.15 -
YUV 151.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 104 165 204 0.49 0.19 0 0.2 203.4 0.5 0.6
Hex 68 A5 CC 31 13 0 14 CB 32 3C
Octal 150 245 314 61 23 0 24 313 62 74
Binary 1101000 10100101 11001100 110001 10011 0 10100 11001011 110010 111100

Color Harmonies of #68A5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A5CC

Black with #68A5CC

Text Example


Text Example

White with #68A5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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