Html Css Color HEX #6BA4FA Cornflower Blue

📋 copy color: '#6BA4FA'

red 107 ◦ green 164 ◦ blue 250

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

Shades of Cornflower Blue #6BA4FA

Tints of Cornflower Blue #6BA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.48%

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

R = 20.54%
G = 31.48%
B = 47.98%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BA4FA (or 0x6BA4FA) is known color: Cornflower Blue. HEX triplet: 6B, A4 and FA. RGB value is (107,164,250). Sum of RGB (Red+Green+Blue) = 107+164+250=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BA4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA4FA is #945B05. Grayscale: #9C9C9C. Windows color (decimal): -9722630 or 16426091. OLE color: 16426091.

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

Color convert

RGB 107 164 250 -
CMYK 0.57 0.34 0 0.02
HSL 216.08º 0.93% 0.7% -
HSV(B) 216.08º 0.57% 0.98% -
XYZ 36.59 36.58 95.57 -
YUV 156.76 180.62 92.51 -
System Red Green Blue C M Y K H S L
Decimal 107 164 250 0.57 0.34 0 0.02 216.08 0.93 0.7
Hex 6B A4 FA 39 22 0 2 D8 5D 46
Octal 153 244 372 71 42 0 2 330 135 106
Binary 1101011 10100100 11111010 111001 100010 0 10 11011000 1011101 1000110

Color Harmonies of #6BA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA4FA

Black with #6BA4FA

Text Example


Text Example

White with #6BA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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