Html Css Color HEX #6BAACF Picton Blue

📋 copy color: '#6BAACF'

red 107 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #6BAACF

Tints of Picton Blue #6BAACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 22.11%
G = 35.12%
B = 42.77%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BAACF (or 0x6BAACF) is known color: Picton Blue. HEX triplet: 6B, AA and CF. RGB value is (107,170,207). Sum of RGB (Red+Green+Blue) = 107+170+207=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAACF is #945530. Grayscale: #9B9B9B. Windows color (decimal): -9721137 or 13609579. OLE color: 13609579.

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

Color convert

RGB 107 170 207 -
CMYK 0.48 0.18 0 0.19
HSL 202.2º 0.51% 0.62% -
HSV(B) 202.2º 0.48% 0.81% -
XYZ 31.7 36.38 64.38 -
YUV 155.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 107 170 207 0.48 0.18 0 0.19 202.2 0.51 0.62
Hex 6B AA CF 30 12 0 13 CA 33 3E
Octal 153 252 317 60 22 0 23 312 63 76
Binary 1101011 10101010 11001111 110000 10010 0 10011 11001010 110011 111110

Color Harmonies of #6BAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAACF

Black with #6BAACF

Text Example


Text Example

White with #6BAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,207); }

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

background-color css

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

 a { background-color: rgb(107,170,207); }

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

border-color css

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

 span { border-color: rgb(107,170,207); }

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