Html Css Color HEX #6BA1CE Picton Blue

📋 copy color: '#6BA1CE'

red 107 ◦ green 161 ◦ blue 206

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

Shades of Picton Blue #6BA1CE

Tints of Picton Blue #6BA1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 22.57%
G = 33.97%
B = 43.46%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BA1CE (or 0x6BA1CE) is known color: Picton Blue. HEX triplet: 6B, A1 and CE. RGB value is (107,161,206). Sum of RGB (Red+Green+Blue) = 107+161+206=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BA1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA1CE is #945E31. Grayscale: #959595. Windows color (decimal): -9723442 or 13541739. OLE color: 13541739.

HSL color Cylindrical-coordinate representation of color #6BA1CE: hue angle of 207.27º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA1CE is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 161 206 -
CMYK 0.48 0.22 0 0.19
HSL 207.27º 0.5% 0.61% -
HSV(B) 207.27º 0.48% 0.81% -
XYZ 29.95 33.07 63.2 -
YUV 149.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 107 161 206 0.48 0.22 0 0.19 207.27 0.5 0.61
Hex 6B A1 CE 30 16 0 13 CF 32 3D
Octal 153 241 316 60 26 0 23 317 62 75
Binary 1101011 10100001 11001110 110000 10110 0 10011 11001111 110010 111101

Color Harmonies of #6BA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA1CE

Black with #6BA1CE

Text Example


Text Example

White with #6BA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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