Html Css Color HEX #67A2CB Picton Blue

📋 copy color: '#67A2CB'

red 103 ◦ green 162 ◦ blue 203

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

Shades of Picton Blue #67A2CB

Tints of Picton Blue #67A2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 22.01%
G = 34.62%
B = 43.38%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67A2CB (or 0x67A2CB) is known color: Picton Blue. HEX triplet: 67, A2 and CB. RGB value is (103,162,203). Sum of RGB (Red+Green+Blue) = 103+162+203=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #67A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A2CB is #985D34. Grayscale: #949494. Windows color (decimal): -9985333 or 13345383. OLE color: 13345383.

HSL color Cylindrical-coordinate representation of color #67A2CB: hue angle of 204.6º degrees, saturation: 0.49, 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 #67A2CB is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 162 203 -
CMYK 0.49 0.20 0 0.20
HSL 204.6º 0.49% 0.6% -
HSV(B) 204.6º 0.49% 0.8% -
XYZ 29.29 33.04 61.33 -
YUV 149.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 103 162 203 0.49 0.20 0 0.20 204.6 0.49 0.6
Hex 67 A2 CB 31 14 0 14 CD 31 3C
Octal 147 242 313 61 24 0 24 315 61 74
Binary 1100111 10100010 11001011 110001 10100 0 10100 11001101 110001 111100

Color Harmonies of #67A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A2CB

Black with #67A2CB

Text Example


Text Example

White with #67A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,162,203); }

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

background-color css

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

 a { background-color: rgb(103,162,203); }

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

border-color css

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

 span { border-color: rgb(103,162,203); }

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