#6B9FCB

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

Shades of Picton Blue #6B9FCB

Tints of Picton Blue #6B9FCB

Color information

#6B9FCB (or 0x6B9FCB) is unknown color: approx Picton Blue. HEX triplet: 6B, 9F and CB. RGB value is (107,159,203). Sum of RGB (Red+Green+Blue) = 107+159+203=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9FCB is #946034. Grayscale: #949494. Windows color (decimal): -9723957 or 13344619. OLE color: 13344619.

HSL color Cylindrical-coordinate representation of color #6B9FCB: hue angle of 207.5º 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 #6B9FCB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB107159203-
CMYK0.470.2200.20
HSL207.5º48%60.78%-
HSV(B)207.5º47.29%79.61%-
XYZ29.2432.2361.18-
YUV148.47158.7798.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=22.81%
G=33.90%
B=43.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071592030.470.2200.20207.54860.78
Hex6B9FCB2F16014d0303d
Octal15323731357260243206075
Binary110101110011111110010111011111011001010011010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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