Html Css Color HEX #67A8CC Picton Blue

📋 copy color: '#67A8CC'

red 103 ◦ green 168 ◦ blue 204

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

Shades of Picton Blue #67A8CC

Tints of Picton Blue #67A8CC

RGB

 RED value IS 103 (40.63% from 255) = 21.68%

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

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

R = 21.68%
G = 35.37%
B = 42.95%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#67A8CC (or 0x67A8CC) is known color: Picton Blue. HEX triplet: 67, A8 and CC. RGB value is (103,168,204). Sum of RGB (Red+Green+Blue) = 103+168+204=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #67A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8CC is #985733. Grayscale: #989898. Windows color (decimal): -9983796 or 13412455. OLE color: 13412455.

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

Color convert

RGB 103 168 204 -
CMYK 0.50 0.18 0 0.2
HSL 201.39º 0.5% 0.6% -
HSV(B) 201.39º 0.5% 0.8% -
XYZ 30.5 35.25 62.32 -
YUV 152.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 103 168 204 0.50 0.18 0 0.2 201.39 0.5 0.6
Hex 67 A8 CC 32 12 0 14 C9 32 3C
Octal 147 250 314 62 22 0 24 311 62 74
Binary 1100111 10101000 11001100 110010 10010 0 10100 11001001 110010 111100

Color Harmonies of #67A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A8CC

Black with #67A8CC

Text Example


Text Example

White with #67A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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