Html Css Color HEX #6BA9FB Cornflower Blue

📋 copy color: '#6BA9FB'

red 107 ◦ green 169 ◦ blue 251

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

Shades of Cornflower Blue #6BA9FB

Tints of Cornflower Blue #6BA9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 20.3%
G = 32.07%
B = 47.63%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BA9FB (or 0x6BA9FB) is known color: Cornflower Blue. HEX triplet: 6B, A9 and FB. RGB value is (107,169,251). Sum of RGB (Red+Green+Blue) = 107+169+251=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BA9FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA9FB is #945604. Grayscale: #9F9F9F. Windows color (decimal): -9721349 or 16492907. OLE color: 16492907.

HSL color Cylindrical-coordinate representation of color #6BA9FB: hue angle of 214.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BA9FB is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 169 251 -
CMYK 0.57 0.33 0 0.02
HSL 214.17º 0.95% 0.7% -
HSV(B) 214.17º 0.57% 0.98% -
XYZ 37.66 38.47 96.71 -
YUV 159.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 107 169 251 0.57 0.33 0 0.02 214.17 0.95 0.7
Hex 6B A9 FB 39 21 0 2 D6 5F 46
Octal 153 251 373 71 41 0 2 326 137 106
Binary 1101011 10101001 11111011 111001 100001 0 10 11010110 1011111 1000110

Color Harmonies of #6BA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA9FB

Black with #6BA9FB

Text Example


Text Example

White with #6BA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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