Html Css Color HEX #6BA9FC Cornflower Blue

📋 copy color: '#6BA9FC'

red 107 ◦ green 169 ◦ blue 252

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

Shades of Cornflower Blue #6BA9FC

Tints of Cornflower Blue #6BA9FC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.01%

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

R = 20.27%
G = 32.01%
B = 47.73%

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

#6BA9FC (or 0x6BA9FC) is known color: Cornflower Blue. HEX triplet: 6B, A9 and FC. RGB value is (107,169,252). Sum of RGB (Red+Green+Blue) = 107+169+252=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BA9FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA9FC is #945603. Grayscale: #9F9F9F. Windows color (decimal): -9721348 or 16558443. OLE color: 16558443.

HSL color Cylindrical-coordinate representation of color #6BA9FC: hue angle of 214.34º 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 #6BA9FC is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 169 252 -
CMYK 0.58 0.33 0 0.01
HSL 214.34º 0.96% 0.7% -
HSV(B) 214.34º 0.58% 0.99% -
XYZ 37.82 38.53 97.54 -
YUV 159.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 107 169 252 0.58 0.33 0 0.01 214.34 0.96 0.7
Hex 6B A9 FC 3A 21 0 1 D6 60 46
Octal 153 251 374 72 41 0 1 326 140 106
Binary 1101011 10101001 11111100 111010 100001 0 1 11010110 1100000 1000110

Color Harmonies of #6BA9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA9FC

Black with #6BA9FC

Text Example


Text Example

White with #6BA9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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