Html Css Color HEX #6BAAFC Cornflower Blue

📋 copy color: '#6BAAFC'

red 107 ◦ green 170 ◦ blue 252

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

Shades of Cornflower Blue #6BAAFC

Tints of Cornflower Blue #6BAAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 20.23%
G = 32.14%
B = 47.64%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BAAFC (or 0x6BAAFC) is known color: Cornflower Blue. HEX triplet: 6B, AA and FC. RGB value is (107,170,252). Sum of RGB (Red+Green+Blue) = 107+170+252=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAAFC is #945503. Grayscale: #A0A0A0. Windows color (decimal): -9721092 or 16558699. OLE color: 16558699.

HSL color Cylindrical-coordinate representation of color #6BAAFC: hue angle of 213.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BAAFC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 170 252 -
CMYK 0.58 0.33 0 0.01
HSL 213.93º 0.96% 0.7% -
HSV(B) 213.93º 0.58% 0.99% -
XYZ 38.01 38.9 97.6 -
YUV 160.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 107 170 252 0.58 0.33 0 0.01 213.93 0.96 0.7
Hex 6B AA FC 3A 21 0 1 D6 60 46
Octal 153 252 374 72 41 0 1 326 140 106
Binary 1101011 10101010 11111100 111010 100001 0 1 11010110 1100000 1000110

Color Harmonies of #6BAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAFC

Black with #6BAAFC

Text Example


Text Example

White with #6BAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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