Html Css Color HEX #68A8CC Picton Blue

📋 copy color: '#68A8CC'

red 104 ◦ green 168 ◦ blue 204

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

Shades of Picton Blue #68A8CC

Tints of Picton Blue #68A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 21.85%
G = 35.29%
B = 42.86%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68A8CC (or 0x68A8CC) is known color: Picton Blue. HEX triplet: 68, A8 and CC. RGB value is (104,168,204). Sum of RGB (Red+Green+Blue) = 104+168+204=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #68A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A8CC is #975733. Grayscale: #989898. Windows color (decimal): -9918260 or 13412456. OLE color: 13412456.

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

Color convert

RGB 104 168 204 -
CMYK 0.49 0.18 0 0.2
HSL 201.6º 0.5% 0.6% -
HSV(B) 201.6º 0.49% 0.8% -
XYZ 30.61 35.31 62.33 -
YUV 152.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 104 168 204 0.49 0.18 0 0.2 201.6 0.5 0.6
Hex 68 A8 CC 31 12 0 14 CA 32 3C
Octal 150 250 314 61 22 0 24 312 62 74
Binary 1101000 10101000 11001100 110001 10010 0 10100 11001010 110010 111100

Color Harmonies of #68A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8CC

Black with #68A8CC

Text Example


Text Example

White with #68A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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