Html Css Color HEX #67A1D8 Picton Blue

📋 copy color: '#67A1D8'

red 103 ◦ green 161 ◦ blue 216

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

Shades of Picton Blue #67A1D8

Tints of Picton Blue #67A1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.54%

 BLUE value IS 216 (84.77% from 255) = 45%

R = 21.46%
G = 33.54%
B = 45%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#67A1D8 (or 0x67A1D8) is known color: Picton Blue. HEX triplet: 67, A1 and D8. RGB value is (103,161,216). Sum of RGB (Red+Green+Blue) = 103+161+216=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #67A1D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A1D8 is #985E27. Grayscale: #959595. Windows color (decimal): -9985576 or 14197095. OLE color: 14197095.

HSL color Cylindrical-coordinate representation of color #67A1D8: hue angle of 209.2º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67A1D8 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 161 216 -
CMYK 0.52 0.25 0 0.15
HSL 209.2º 0.59% 0.63% -
HSV(B) 209.2º 0.52% 0.85% -
XYZ 30.73 33.33 69.78 -
YUV 149.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 103 161 216 0.52 0.25 0 0.15 209.2 0.59 0.63
Hex 67 A1 D8 34 19 0 F D1 3B 3F
Octal 147 241 330 64 31 0 17 321 73 77
Binary 1100111 10100001 11011000 110100 11001 0 1111 11010001 111011 111111

Color Harmonies of #67A1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A1D8

Black with #67A1D8

Text Example


Text Example

White with #67A1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,161,216); }

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

background-color css

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

 a { background-color: rgb(103,161,216); }

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

border-color css

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

 span { border-color: rgb(103,161,216); }

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