#6b9bcb

Color #6B9BCB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6B9BCB

Tints of Picton Blue #6B9BCB

Color information

#6B9BCB (or 0x6B9BCB) is unknown color: approx Picton Blue. HEX triplet: 6B, 9B and CB. RGB value is (107,155,203). Sum of RGB (Red+Green+Blue) = 107+155+203=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B9BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BCB is #946434. Grayscale: #919191. Windows color (decimal): -9724981 or 13343595. OLE color: 13343595.

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

Color convert

RGB107155203-
CMYK0.470.2400.20
HSL210º48%60.78%-
HSV(B)210º47.29%79.61%-
XYZ28.5630.8860.95-
YUV146.12160.1100.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=23.01%
G=33.33%
B=43.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071552030.470.2400.202104860.78
Hex6B9BCB2F18014d2303d
Octal15323331357300243226075
Binary110101110011011110010111011111100001010011010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b9bcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,203); }

 H1.HeaderClassName
 {
   color: #6b9bcb;
 }
 .AnyTagClassName
 {
   color: #6b9bcb;
 }
</style>
background-color css

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

 a { background-color: rgb(107,155,203); }

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

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

 span { border-color: rgb(107,155,203); }

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