Html Css Color HEX #6BA2FB Cornflower Blue

📋 copy color: '#6BA2FB'

red 107 ◦ green 162 ◦ blue 251

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

Shades of Cornflower Blue #6BA2FB

Tints of Cornflower Blue #6BA2FB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

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

R = 20.58%
G = 31.15%
B = 48.27%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BA2FB (or 0x6BA2FB) is known color: Cornflower Blue. HEX triplet: 6B, A2 and FB. RGB value is (107,162,251). Sum of RGB (Red+Green+Blue) = 107+162+251=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BA2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA2FB is #945D04. Grayscale: #9B9B9B. Windows color (decimal): -9723141 or 16491115. OLE color: 16491115.

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

Color convert

RGB 107 162 251 -
CMYK 0.57 0.35 0 0.02
HSL 217.08º 0.95% 0.7% -
HSV(B) 217.08º 0.57% 0.98% -
XYZ 36.4 35.93 96.28 -
YUV 155.7 181.78 93.26 -
System Red Green Blue C M Y K H S L
Decimal 107 162 251 0.57 0.35 0 0.02 217.08 0.95 0.7
Hex 6B A2 FB 39 23 0 2 D9 5F 46
Octal 153 242 373 71 43 0 2 331 137 106
Binary 1101011 10100010 11111011 111001 100011 0 10 11011001 1011111 1000110

Color Harmonies of #6BA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA2FB

Black with #6BA2FB

Text Example


Text Example

White with #6BA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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