Html Css Color HEX #6BA7FA Cornflower Blue

📋 copy color: '#6BA7FA'

red 107 ◦ green 167 ◦ blue 250

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

Shades of Cornflower Blue #6BA7FA

Tints of Cornflower Blue #6BA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.87%

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 20.42%
G = 31.87%
B = 47.71%

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

#6BA7FA (or 0x6BA7FA) is known color: Cornflower Blue. HEX triplet: 6B, A7 and FA. RGB value is (107,167,250). Sum of RGB (Red+Green+Blue) = 107+167+250=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BA7FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA7FA is #945805. Grayscale: #9E9E9E. Windows color (decimal): -9721862 or 16426859. OLE color: 16426859.

HSL color Cylindrical-coordinate representation of color #6BA7FA: hue angle of 214.83º degrees, saturation: 0.93, 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 #6BA7FA is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 167 250 -
CMYK 0.57 0.33 0 0.02
HSL 214.83º 0.93% 0.7% -
HSV(B) 214.83º 0.57% 0.98% -
XYZ 37.14 37.67 95.76 -
YUV 158.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 107 167 250 0.57 0.33 0 0.02 214.83 0.93 0.7
Hex 6B A7 FA 39 21 0 2 D7 5D 46
Octal 153 247 372 71 41 0 2 327 135 106
Binary 1101011 10100111 11111010 111001 100001 0 10 11010111 1011101 1000110

Color Harmonies of #6BA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA7FA

Black with #6BA7FA

Text Example


Text Example

White with #6BA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,167,250); }

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

background-color css

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

 a { background-color: rgb(107,167,250); }

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

border-color css

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

 span { border-color: rgb(107,167,250); }

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