Html Css Color HEX #6BA1CD Picton Blue

📋 copy color: '#6BA1CD'

red 107 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #6BA1CD

Tints of Picton Blue #6BA1CD

RGB

 RED value IS 107 (42.19% from 255) = 22.62%

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 22.62%
G = 34.04%
B = 43.34%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6BA1CD (or 0x6BA1CD) is known color: Picton Blue. HEX triplet: 6B, A1 and CD. RGB value is (107,161,205). Sum of RGB (Red+Green+Blue) = 107+161+205=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BA1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA1CD is #945E32. Grayscale: #959595. Windows color (decimal): -9723443 or 13476203. OLE color: 13476203.

HSL color Cylindrical-coordinate representation of color #6BA1CD: hue angle of 206.94º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA1CD is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 161 205 -
CMYK 0.48 0.21 0 0.20
HSL 206.94º 0.49% 0.61% -
HSV(B) 206.94º 0.48% 0.8% -
XYZ 29.83 33.02 62.56 -
YUV 149.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 107 161 205 0.48 0.21 0 0.20 206.94 0.49 0.61
Hex 6B A1 CD 30 15 0 14 CF 31 3D
Octal 153 241 315 60 25 0 24 317 61 75
Binary 1101011 10100001 11001101 110000 10101 0 10100 11001111 110001 111101

Color Harmonies of #6BA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA1CD

Black with #6BA1CD

Text Example


Text Example

White with #6BA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BA1CD; }

 p { color: rgb(107,161,205); }

 H1.HeaderClassName
 {
   color: #6BA1CD;
 }
 .AnyTagClassName
 {
   color: #6BA1CD;
 }
</style>

background-color css

<style>
 a { background-color: #6BA1CD; }

 a { background-color: rgb(107,161,205); }

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

border-color css

<style>
 span { border-color: #6BA1CD; }

 span { border-color: rgb(107,161,205); }

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