Html Css Color HEX #68A2CC Picton Blue

📋 copy color: '#68A2CC'

red 104 ◦ green 162 ◦ blue 204

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

Shades of Picton Blue #68A2CC

Tints of Picton Blue #68A2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

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

R = 22.13%
G = 34.47%
B = 43.4%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68A2CC (or 0x68A2CC) is known color: Picton Blue. HEX triplet: 68, A2 and CC. RGB value is (104,162,204). Sum of RGB (Red+Green+Blue) = 104+162+204=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #68A2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2CC is #975D33. Grayscale: #959595. Windows color (decimal): -9919796 or 13410920. OLE color: 13410920.

HSL color Cylindrical-coordinate representation of color #68A2CC: hue angle of 205.2º 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 #68A2CC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 162 204 -
CMYK 0.49 0.21 0 0.2
HSL 205.2º 0.5% 0.6% -
HSV(B) 205.2º 0.49% 0.8% -
XYZ 29.53 33.14 61.97 -
YUV 149.45 158.78 95.58 -
System Red Green Blue C M Y K H S L
Decimal 104 162 204 0.49 0.21 0 0.2 205.2 0.5 0.6
Hex 68 A2 CC 31 15 0 14 CD 32 3C
Octal 150 242 314 61 25 0 24 315 62 74
Binary 1101000 10100010 11001100 110001 10101 0 10100 11001101 110010 111100

Color Harmonies of #68A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2CC

Black with #68A2CC

Text Example


Text Example

White with #68A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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