Html Css Color HEX #69A3FF Cornflower Blue

📋 copy color: '#69A3FF'

red 105 ◦ green 163 ◦ blue 255

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

Shades of Cornflower Blue #69A3FF

Tints of Cornflower Blue #69A3FF

RGB

 RED value IS 105 (41.41% from 255) = 20.08%

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 255 (100% from 255) = 48.76%

R = 20.08%
G = 31.17%
B = 48.76%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#69A3FF (or 0x69A3FF) is known color: Cornflower Blue. HEX triplet: 69, A3 and FF. RGB value is (105,163,255). Sum of RGB (Red+Green+Blue) = 105+163+255=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #69A3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A3FF is #965C00. Grayscale: #9B9B9B. Windows color (decimal): -9853953 or 16753513. OLE color: 16753513.

HSL color Cylindrical-coordinate representation of color #69A3FF: hue angle of 216.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69A3FF is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 163 255 -
CMYK 0.59 0.36 0 0
HSL 216.8º 1% 0.71% -
HSV(B) 216.8º 0.59% 1% -
XYZ 36.97 36.42 99.69 -
YUV 156.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 105 163 255 0.59 0.36 0 0 216.8 1 0.71
Hex 69 A3 FF 3B 24 0 0 D9 64 47
Octal 151 243 377 73 44 0 0 331 144 107
Binary 1101001 10100011 11111111 111011 100100 0 0 11011001 1100100 1000111

Color Harmonies of #69A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A3FF

Black with #69A3FF

Text Example


Text Example

White with #69A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A3FF; }

 p { color: rgb(105,163,255); }

 H1.HeaderClassName
 {
   color: #69A3FF;
 }
 .AnyTagClassName
 {
   color: #69A3FF;
 }
</style>

background-color css

<style>
 a { background-color: #69A3FF; }

 a { background-color: rgb(105,163,255); }

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

border-color css

<style>
 span { border-color: #69A3FF; }

 span { border-color: rgb(105,163,255); }

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